Updated to latest version of CMS
This commit is contained in:
parent
ccdf8fbb81
commit
edf41b1198
76 changed files with 465 additions and 1162 deletions
|
@ -3,16 +3,15 @@
|
|||
class module_search 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"));
|
||||
return $panels;
|
||||
return array();
|
||||
}
|
||||
|
||||
function get_info(){
|
||||
$info["name"]="Review Search";
|
||||
$info["file"]="search";
|
||||
$info["author"]="astat";
|
||||
$info["version"]="1.0.0";
|
||||
$info["url"]="http://www.astat.org";
|
||||
$info["author"]="BeCast";
|
||||
$info["version"]="1.0.1";
|
||||
$info["url"]="http://www.becast.at";
|
||||
$info["depends"]='reviews';
|
||||
return $info;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue