akcii.php
296 Bytes
<?php
if(isset($_GET['id'])){
$objAkcii->viewOneNews($_GET['id'],$row);
$setup->meta = array("title"=>$row['meta_title'],"keywords"=>$row['meta_keywords'],"description"=>$row['meta_description']);
$objAkcii->displayNewsOne();
}
else{
$objAkcii->viewAllNews();
$objAkcii->displayNews();
}
?>