|
Revision 4129, 1.1 kB
(checked in by anonymous, 4 years ago)
|
|
This commit was manufactured by cvs2svn to create branch 'licq'.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <? |
|---|
| 2 | include "header.php"; |
|---|
| 3 | |
|---|
| 4 | if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogs.php")) |
|---|
| 5 | include("/home/groups/l/li/licq/htdocs/zorbstats/zorblogs.php"); |
|---|
| 6 | if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) |
|---|
| 7 | { |
|---|
| 8 | include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); |
|---|
| 9 | $pagename = substr($PHP_SELF, 1); |
|---|
| 10 | $dispname = substr($PHP_SELF, 1, -4); |
|---|
| 11 | countpage($pagename, $dispname); |
|---|
| 12 | } |
|---|
| 13 | |
|---|
| 14 | $skin = $_GET['skin']; |
|---|
| 15 | |
|---|
| 16 | $display = ''; |
|---|
| 17 | $display .= '<div style="text-align: center;"><img src="skins/fullsize/'. $skin .'.jpg" border="0" />'; |
|---|
| 18 | |
|---|
| 19 | ?> |
|---|
| 20 | |
|---|
| 21 | <div id="content" > |
|---|
| 22 | |
|---|
| 23 | <div id="main"><img src="images/main_title_skins.gif" alt="Skins" /></div> |
|---|
| 24 | <div id="maincontent"> |
|---|
| 25 | <div id="subcontent"> |
|---|
| 26 | <p>Skin Name: <? echo $skin ?></a> :: <a href="skins/skin_files/skin.<? echo $skin ?>.tar.gz">Download</a></p> |
|---|
| 27 | <p><a href="skins.php">Back to Skins</a></p> |
|---|
| 28 | |
|---|
| 29 | <? echo $display ?> |
|---|
| 30 | |
|---|
| 31 | </div> |
|---|
| 32 | </div> |
|---|
| 33 | |
|---|
| 34 | <div id="mainfooter"><p id="mainfooter_left"></p></div> |
|---|
| 35 | |
|---|
| 36 | </div> |
|---|
| 37 | |
|---|
| 38 | <? include "footer.php" ?> |
|---|