root/1.2.0/mods/example_mod/settings.php
@
306
Revision 25, 307 bytes (checked in by static, 16 years ago) |
---|
Line | |
---|---|
1 | <? |
2 | require_once( "common/class.page.php" ); |
3 | require_once( "common/admin_menu.php" ); |
4 | |
5 | $page = new Page( "Settings - Example Mod" ); |
6 | |
7 | $page->setContent( $html ); |
8 | $page->addContext( $menubox->generate() ); |
9 | $page->generate(); |
10 | ?> |
Note: See TracBrowser
for help on using the browser.