root/dev/mods/history/settings.php
@
326
Revision 296, 252 bytes (checked in by ralle030583, 13 years ago) |
---|
Line | |
---|---|
1 | <?php |
2 | require_once( "common/admin/admin_menu.php" ); |
3 | |
4 | $page = new Page( "Settings - Revision History" ); |
5 | |
6 | $html .= "This Mod only works with PHP5!"; |
7 | $page->setContent( $html ); |
8 | $page->addContext( $menubox->generate() ); |
9 | $page->generate(); |
10 | ?> |
Note: See TracBrowser
for help on using the browser.