Thread: phpberrystats
View Single Post
Old 05-01-2007, 02:01 PM   #5
jibi
BlackBerry God
 
jibi's Avatar
 
Join Date: Oct 2004
Location: Jibi's Secret Place
Model: 8900
OS: 4.6.1.174
Carrier: AT&T
Posts: 11,310
Default

Inactive time, etc. has been added since then.

In html_header.php, find:

Code:
	<a href="<? echo COMPANYURL ?>"><h2 class="logo"><? echo COMPANY ?></h2></a>
	0.0.9.
Change to:

Code:
	<a href="<? echo COMPANYURL ?>"><h2 class="logo"><? echo COMPANY ?></h2></a>
	<? echo PAGETITLE?><? echo VERSION ?>
You may prefer to remove the PAGETITLE part, but I've always tied the two together (e.g. - phpBlackBerryStats v0.0.9).
__________________
In the beginning the Universe was created. This has made a lot of people very angry and is widely regarded as a bad move.
Offline   Reply With Quote