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