Updates
This commit is contained in:
parent
aa052ee9dc
commit
114e22bbab
10 changed files with 115 additions and 99 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue