init
This commit is contained in:
8
module/slidecontent/slidecontent.php
Normal file
8
module/slidecontent/slidecontent.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?
|
||||
function slidecontent_show( $sitepart_id ) {
|
||||
require("show_slidecontent.inc.php");
|
||||
}
|
||||
|
||||
function slidecontent_edit() {
|
||||
require_once('edit_slidecontent.inc.php');
|
||||
}
|
||||
Reference in New Issue
Block a user