Got rid of a few unneeded language variables;

Fixed incorrect displaying of which module has been edited;
This commit is contained in:
Marc Alexander
2010-11-26 15:12:06 +00:00
parent 934a1053b2
commit 2321270622
3 changed files with 35 additions and 57 deletions

View File

@@ -21,7 +21,7 @@ class acp_portal_info
return array(
'filename' => 'acp_portal',
'title' => 'ACP_PORTAL',
'version' => '1.2.0',
'version' => '2.0.0',
'modes' => array(
'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'acl_a_portal', 'cat' => array('ACP_PORTAL')),
'modules' => array('title' => 'ACP_PORTAL_MODULES', 'auth' => 'acl_a_portal', 'cat' => array('ACP_PORTAL')),