Размер файла: 801B
<?
Error_Reporting(E_ALL & ~E_NOTICE);
header("Content-type:text/html;charset=utf-8");
list($msec,$sec)=explode(chr(32),microtime());
$HeadTime=$sec+$msec;
include ('../color.php');
include ('../head.php');
print "Темы оформления<br/>";
print "$br";
print "<a href=\"themes.php?t=1\">Nokia Series 40</a><br/>";
print "<a href=\"themes.php?t=2\">Nokia Series 60</a><br/>";
print "<a href=\"themes.php?t=3\">SonyEricsson K700</a><br/>";
print "<a href=\"themes.php?t=4\">SonyEricsson K500</a><br/>";
print "<a href=\"themes.php?t=10\">SonyEricsson T610</a><br/>";
print "<a href=\"themes.php?t=15\">SonyEricsson P910</a><br/>";
print "<br/>$br ";
print "$homeurl";
include "../foot.php";
?>