File size: 1.52Kb
<?php
header("Content-type: text/vnd.wap.wml");
echo "<?xml version=\"1.0\"?>";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"
\"http://www.wapforum.org/DTD/wml_1.1.xml\">";
echo "<wml>";
echo "<card title=\"Help Menu\">";
echo "<p>";
echo "<b>Help Menu</b><br/>Here you will be able to find help and answers to most of the features of DMPWap<br/>at the moment only a few are listen, we will be expanding this page in the next few days<br/><br/>";
echo "<a href=\"help/chatroomp.php?action=help&sid=$sid\">»Chatroom Private</a><br/>";
echo "<a href=\"help/chatroom.php?action=help&sid=$sid\">»Chatroom</a><br/>";
echo "<a href=\"help/level.php?action=help&sid=$sid\">»My Status</a><br/>";
echo "<a href=\"help/plusses.php?action=help&sid=$sid\">»Plusses/Points</a><br/>";
echo "<a href=\"help/shout.php?action=help&sid=$sid\">»ShoutBox</a><br/>";
echo "<a href=\"help/ratings.php?action=help&sid=$sid\">»My Rating</a><br/>";
echo "<a href=\"help/report.php?action=help&sid=$sid\">»Report Abusement</a><br/>";
echo "<a href=\"help/vault.php?action=help&sid=$sid\">»The vault</a><br/>";
echo "<a href=\"help/buddies.php?action=help&sid=$sid\">»Buddies</a><br/>";
echo "<a href=\"help/smilies.php?action=help&sid=$sid\">»Smilies</a><br/>";
echo "</p>";
echo "<p align=\"center\">";
echo "<a href=\"index.php?action=main&sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a>";
echo "</p>";
echo "</card>";
echo "</wml>";
?>