Changeset 4508 for trunk/website

Show
Ignore:
Timestamp:
07/15/06 02:40:46 (2 years ago)
Author:
emostar
Message:

Add some semi-colons to the index

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/index.php

    r4482 r4508  
    22  include "header.php"; 
    33  include "archive.php"; 
    4     include("/var/www/htdocs/zorbstats/zorblogs.php") 
     4    include("/var/www/htdocs/zorbstats/zorblogs.php"); 
    55 
    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); 
    1010 
    1111?>