backup: live-stand vor erstem git-deployment
This commit is contained in:
24
module/slideshow/slideshow.php
Normal file
24
module/slideshow/slideshow.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?
|
||||
/**
|
||||
* slideshow_show() Modulaufruf Frontend
|
||||
*
|
||||
* @param mixed $sitepart
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
function slideshow_show( $sitepart_id ) {
|
||||
require("show_slideshow.inc.php");
|
||||
}
|
||||
|
||||
/**
|
||||
* slideshow_edit() Modulaufruf Backend
|
||||
*
|
||||
* @param mixed $sitepart
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
function slideshow_edit() {
|
||||
require_once('edit_slideshow.inc.php');
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user