1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

EONE-45 (bug): Custom menus now created in 'menus' table. Menu cache also cleared when menu is deleted.

This commit is contained in:
mcfly
2010-04-17 03:17:48 +00:00
parent 1f3c4826e6
commit 71f81fbea2
2 changed files with 49 additions and 45 deletions

View File

@@ -56,5 +56,7 @@ define('CUSLAN_47', 'General Information');
define('CUSLAN_48', "Pages");
define('CUSLAN_49', "Menus");
define('CUSLAN_50', "Existing Menus");
define("CUSLAN_51", "Menu saved to database.");
define("CUSLAN_52", "Menu added to menus.");
?>