backup: live-stand vor erstem git-deployment
This commit is contained in:
16
module/contactform/contactform.php
Normal file
16
module/contactform/contactform.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?
|
||||
|
||||
function contactform_show( $sitepart_id ) {
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . 'show_contactform.inc.php';
|
||||
}
|
||||
|
||||
function contactform_edit() {
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . 'edit_contactform.inc.php';
|
||||
}
|
||||
function multi_contactform_edit(){
|
||||
if(!isset($_REQUEST['action']))
|
||||
$_REQUEST['action'] = 'multi_contactform';
|
||||
require __DIR__ . DIRECTORY_SEPARATOR . 'edit_contactform.inc.php';
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user