ระบบข่าวโรงเรียนสุราษฎร์ธานี
|
||
if (empty($id))
{
$cat[] = 'ประชาสัมพันธ์';
echo "ประเภท >> ".$cat[0]." "; $nppage ='20'; $template = 'information'; include 'news/news_index.php'; } else { include 'news/news_index.php'; $cat[] = 'ประชาสัมพันธ์'; echo "ประเภท >> ".$cat[0]." "; $nppage ='20'; $static = true; $template = 'information'; include 'news/news_index.php'; } ?> |
||