|
Revision 4518, 0.7 kB
(checked in by erijo, 2 years ago)
|
|
- Moved all converters to the converters subdir
- Removed hostname from the links in the menu (to work on mirrors)
- Added www.se.licq.org as a mirror
- svn:keywords and svn:executable removed from most files
- CVS to SVN and sf.net to trac changes
- Some other small changes
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | <? |
|---|
| 2 | include "header.php"; |
|---|
| 3 | |
|---|
| 4 | $skin = $_GET['skin']; |
|---|
| 5 | |
|---|
| 6 | $display = ''; |
|---|
| 7 | $display .= '<div style="text-align: center;"><img src="skins/fullsize/'. $skin .'.jpg" border="0" />'; |
|---|
| 8 | |
|---|
| 9 | ?> |
|---|
| 10 | |
|---|
| 11 | <div id="content" > |
|---|
| 12 | |
|---|
| 13 | <div id="main"><img src="images/main_title_skins.gif" alt="Skins" /></div> |
|---|
| 14 | <div id="maincontent"> |
|---|
| 15 | <div id="subcontent"> |
|---|
| 16 | <p>Skin Name: <? echo $skin ?></a> :: <a href="skins/skin_files/skin.<? echo $skin ?>.tar.gz">Download</a></p> |
|---|
| 17 | <p><a href="skins.php">Back to Skins</a></p> |
|---|
| 18 | |
|---|
| 19 | <? echo $display ?> |
|---|
| 20 | |
|---|
| 21 | </div> |
|---|
| 22 | </div> |
|---|
| 23 | |
|---|
| 24 | <div id="mainfooter"><p id="mainfooter_left"></p></div> |
|---|
| 25 | |
|---|
| 26 | </div> |
|---|
| 27 | |
|---|
| 28 | <? include "footer.php" ?> |
|---|