In the admin panel it says (unapproved), but it still shows up. When I log out i'm still able to see the article on the website, any ideas what might cause that?
I use this include code
- Code: Select all
if ($do == 'register') {
echo regForm('default');
}
else {
$number = "1";
$category = "1,2,3,6,7,8,9,10,11";
include 'cms/show_news.php';
}

