1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 21:32:09 +02:00

Separated admin/menu.php into a separate class. Added instant menuPreset activation in theme-manager plus other small gui enhances. Added iconpool - work in progress.

Iconpool: installed plugins containing png files in their image folder with a *_16, *_32, *_48 etc name ending will automatically be added to the iconpool. This central pool will be available in all areas of admin where we choose icons. eg. download category, links, event-calendar, links-page etc etc.
This commit is contained in:
CaMer0n
2009-07-16 02:55:19 +00:00
parent 84a6fc3a61
commit 5f1933c3fa
7 changed files with 1353 additions and 1156 deletions

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_menus.php,v $
| $Revision: 1.3 $
| $Date: 2009-07-15 09:38:00 $
| $Revision: 1.4 $
| $Date: 2009-07-16 02:55:19 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -58,6 +58,8 @@ define("MENLAN_39", "Preset Area");
define("MENLAN_40", "Use Menu Presets");
define("MENLAN_41", "The position of all your menus for this layout will be lost. Do you still wish to continue?");
define("MENLAN_42", "Custom");
define("MENLAN_43", "Menu Preset Activated");
?>