Changeset 4508 for trunk/website
- Timestamp:
- 07/15/06 02:40:46 (2 years ago)
- Files:
-
- 1 modified
-
trunk/website/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/index.php
r4482 r4508 2 2 include "header.php"; 3 3 include "archive.php"; 4 include("/var/www/htdocs/zorbstats/zorblogs.php") 4 include("/var/www/htdocs/zorbstats/zorblogs.php"); 5 5 6 include ("/var/www/htdocs/zorbstats/zorblogspages.php") 7 $pagename = "licq".substr($PHP_SELF,1) 8 $dispname = "licq".substr($PHP_SELF,1,-4) 9 countpage($pagename,$dispname) 6 include ("/var/www/htdocs/zorbstats/zorblogspages.php"); 7 $pagename = "licq".substr($PHP_SELF,1); 8 $dispname = "licq".substr($PHP_SELF,1,-4); 9 countpage($pagename,$dispname); 10 10 11 11 ?>
