|
|
 |

require("inclu/config.php");
require("inclu/lib_str.php");
if (!isset($_GET['lang'])) $ln='hu';
else $ln = $_GET['lang'];
if (isset($_GET['id'])) {
$news_q = mysql_query("select *, szoveg eppenszoveg from hir_$ln where hir_".$ln."_id=".$_GET['id']) or die(mysql_error());
} else $news_q = mysql_query("select *, lead eppenszoveg from hir_$ln order by nyitolapon desc, datum desc") or die(mysql_error());?>
while ($hir = mysql_fetch_array($news_q)) {?>
|
|
|
if (isset($_GET['id'])) {?>
} else { ?>
tovább »
} ?>
|
}// while ?>
|
 |
|
|
|
|
|