9 lines
181 B
PHP
9 lines
181 B
PHP
|
|
<?
|
||
|
|
function slidecontent_show( $sitepart_id ) {
|
||
|
|
require("show_slidecontent.inc.php");
|
||
|
|
}
|
||
|
|
|
||
|
|
function slidecontent_edit() {
|
||
|
|
require_once('edit_slidecontent.inc.php');
|
||
|
|
}
|