1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 23:36:29 +02:00

Theme Manager re-work.

This commit is contained in:
CaMer0n
2009-07-06 05:59:42 +00:00
parent 3e9c3ff24d
commit 14c781b772
7 changed files with 422 additions and 172 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/menus.php,v $
| $Revision: 1.15 $
| $Date: 2009-07-05 11:57:40 $
| $Revision: 1.16 $
| $Date: 2009-07-06 05:59:42 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -262,6 +262,12 @@ if ($menu_act == 'config')
if ($menu_act == "adv")
{
showVisibility();
}
function showVisibility()
{
global $sql,$ns;
require_once(e_HANDLER."userclass_class.php");
$sql->db_Select("menus", "*", "menu_id=".$id);
$row = $sql->db_Fetch();
@@ -295,8 +301,12 @@ if ($menu_act == "adv")
</div>";
$caption = MENLAN_7." ".$row['menu_name'];
$ns->tablerender($caption, $text);
}
unset($message);
if ($menu_act == "sv")