File size: 722B
<?
include "img/config.php";
header("Content-type:text/vnd.wap.wml;charset=UTF-8");
print "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\" \"http://www.wapforum.org/DTD/wml_1.1.xml\">
<wml>
<card id=\"preview\" title=\"Зaгpyзки\">
<p align=\"center\">";
print "
<small>$welcome_text</small><br/>
<s>--------------</s><br/>
<anchor title=\"go\">Kapтинки
<go href=\"img/index.php\">
</go></anchor>
<br/><s>--------------</s><br/>
";
print"
<small><a href=\"$index_link\">Haзaд</a><br/><small><b>$copyright</b><br/></small></small>";
print "
</p>
</card>
</wml>";
?>