diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index c7cfb069..1a7b1ddb 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -161,8 +161,8 @@ abstract class LeftAndMain extends Controller { // array[2]: The controller class for this menu, used to check permisssions. If blank, it's assumed that this is public, and always shown to // users who have the rights to access some other part of the admin area. $menuSrc = array( - _(__FILE__,'HELLO',"Site content",PR_HIGH,"Menu title") => array("content", "admin/", "CMSMain"), - _(__FILE__,'FILESIMAGES',"Files & Images",PR_HIGH) => array("files", "admin/assets/", "AssetAdmin"), + _(__FILE__,'HELLO',"Site content",100,"Menu title") => array("content", "admin/", "CMSMain"), + _(__FILE__,'FILESIMAGES',"Files & Images",100) => array("files", "admin/assets/", "AssetAdmin"), _("LeftAndMain",'NEWSLETTERS',"Newsletters") => array("newsletter", "admin/newsletter/", "NewsletterAdmin"), "Reports" => array("report", "admin/reports/", "ReportAdmin"), "Security" => array("security", "admin/security/", "SecurityAdmin"), diff --git a/lang/en.php b/lang/en.php new file mode 100755 index 00000000..d6c3836a --- /dev/null +++ b/lang/en.php @@ -0,0 +1,16 @@ + \ No newline at end of file