?
Path : /home/admin/domains/happytokorea.com/private_html/modules/users/ |
Current File : /home/admin/domains/happytokorea.com/private_html/modules/users/category.php |
<?php class Html{ function menu(){ $output.="<table width=\"99%\" height=\"1\" class=table_menu> <tr> <td width=\"350\" align=\"left\" height=\"15\"> <a href=\"$PHPSELF?mod=user\">Users</a> | <a href=\"$PHPSELF?mod=user&ac=new_topic\">New Account</a> | <a href=\"$PHPSELF?mod=user&ac=groups\">Group</a> | </td> <td width=\"150\" align=\"left\" height=\"15\"></td> </tr> <tr></table>"; return $output; } }//end class ?>