init
This commit is contained in:
13
module/table/table.php
Normal file
13
module/table/table.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?
|
||||
|
||||
function table_show( $sitepart_id ) {
|
||||
require("show_table.inc.php");
|
||||
}
|
||||
|
||||
function table_edit() {
|
||||
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . 'edit_table.inc.php';
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user