| [ Index ] |
PHP Cross Reference of Nucleus CMS 3.32 |
[Summary view] [Print] [Text view]
1 <?php 2 3 include ('./fancyurls.config.php'); 4 include ('./config.php'); 5 6 // default to default implementation (/category/1234) 7 // if catid was not filled out by plugins 8 if ($catid == 0) 9 { 10 $data = explode("/",serverVar('PATH_INFO')); 11 if (count($data) > 1) 12 { 13 $catid = intval($data[1]); 14 } 15 } 16 17 selector(); 18 19 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Feb 12 15:34:36 2008 | Cross-referenced by PHPXref 0.7 |