root/dev/mods/value_editor/settings.php
@
336
Revision 225, 260 bytes (checked in by ralle030583, 16 years ago) |
---|
Line | |
---|---|
1 | <?php |
2 | require_once( "common/admin/admin_menu.php" ); |
3 | |
4 | $page = new Page( "Settings - Ingame Browser" ); |
5 | |
6 | $html .= "<a href='?a=value_editor'>Value Editor</a>"; |
7 | $page->setContent( $html ); |
8 | $page->addContext( $menubox->generate() ); |
9 | $page->generate(); |
10 | ?> |
Note: See TracBrowser
for help on using the browser.