init
This commit is contained in:
24
module/gallery/gallery.php
Normal file
24
module/gallery/gallery.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?
|
||||
/**
|
||||
* gallery_show() Modulaufruf Frontend
|
||||
*
|
||||
* @param mixed $sitepart
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
function gallery_show( $sitepart_id ) {
|
||||
require("show_gallery.inc.php");
|
||||
}
|
||||
|
||||
/**
|
||||
* gallery_edit() Modulaufruf Backend
|
||||
*
|
||||
* @param mixed $sitepart
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
function gallery_edit() {
|
||||
require_once('edit_gallery.inc.php');
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user