This commit is contained in:
genuineparts 2025-06-20 20:13:51 +02:00
parent aa052ee9dc
commit 114e22bbab
10 changed files with 115 additions and 99 deletions

View file

@ -3,16 +3,16 @@
class module_contact extends admin_module{
function admin_panels(){
#$panels=array(array("add_text","Text hinzufügen","page_add"),array("edit_text","Text editieren","page_edit"),array("group_only","Textkategorien"),array("addcategory_text","Kategorie hinzufügen","tag_blue_add"),array("editcategory_text","Kategorie editieren","tag_blue_edit"));
panels=array();
return $panels;
}
function get_info(){
$info["name"]="Kontaktformular";
$info["file"]="contact";
$info["author"]="astat";
$info["author"]="BeCast";
$info["version"]="1.0.0";
$info["url"]="http://www.astat.org";
$info["url"]="http://www.becast.at";
return $info;
}