/ Published in: PHP
Expand |
Embed | Plain Text
// page['special'] has 0, 1 or 2 // 1 is home page, 2 is not displayed for($i=0;$i<count($specials);++$i){ if($specials[$i]!=''){ }
Comments
Subscribe to comments
You need to login to post a comment.

From webworks, book "CMS Design Using Php and jQuery"