1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 10:20:45 +02:00

E_16_NAV_DOCS to E_16_CAT_ABOUT

This commit is contained in:
marj
2009-07-18 11:51:44 +00:00
parent a1a0a96216
commit 010c06d9af
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<?php <?php
/* /*
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt) * Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id: admin_shortcodes_class.php,v 1.12 2009-07-17 14:49:13 marj_nl_fr Exp $ * $Id: admin_shortcodes_class.php,v 1.13 2009-07-18 11:51:44 marj_nl_fr Exp $
* *
* Admin shortcode batch - class * Admin shortcode batch - class
*/ */
@@ -921,7 +921,7 @@ class admin_shortcodes
{ {
/* /*
* e107 website system (c) 2001-2008 Steve Dunstan (e107.org) * e107 website system (c) 2001-2008 Steve Dunstan (e107.org)
* $Id: admin_shortcodes_class.php,v 1.12 2009-07-17 14:49:13 marj_nl_fr Exp $ * $Id: admin_shortcodes_class.php,v 1.13 2009-07-18 11:51:44 marj_nl_fr Exp $
*/ */
if (ADMIN) if (ADMIN)
@@ -1046,7 +1046,7 @@ class admin_shortcodes
$text .= "</div>"; $text .= "</div>";
} }
$text .= adnav_cat(ADLAN_CL_8, '', E_16_NAV_DOCS, 'docsMenu'); $text .= adnav_cat(ADLAN_CL_8, '', E_16_CAT_ABOUT, 'docsMenu'); //E_16_NAV_DOCS
$text .= "<div id='docsMenu' class='menu' onmouseover=\"menuMouseover(event)\">"; $text .= "<div id='docsMenu' class='menu' onmouseover=\"menuMouseover(event)\">";
if (!$handle=opendir(e_DOCS.e_LANGUAGE."/")) if (!$handle=opendir(e_DOCS.e_LANGUAGE."/"))
{ {

View File

@@ -1,6 +1,6 @@
/* /*
* e107 website system (c) 2001-2008 Steve Dunstan (e107.org) * e107 website system (c) 2001-2008 Steve Dunstan (e107.org)
* $Id: fs_admin_alt_nav.sc,v 1.4 2009-01-09 17:25:50 secretr Exp $ * $Id: fs_admin_alt_nav.sc,v 1.5 2009-07-18 11:47:50 marj_nl_fr Exp $
*/ */
if (!ADMIN) return ''; if (!ADMIN) return '';
@@ -165,7 +165,7 @@ if (!ADMIN) return '';
} }
$text .= '<li>'; $text .= '<li>';
$text .= adnav_cat_fs(ADLAN_CL_8, '', E_16_NAV_DOCS, 'docsMenu'); $text .= adnav_cat_fs(ADLAN_CL_8, '', E_16_CAT_ABOUT, 'docsMenu'); //E_16_NAV_DOCS
$text .= "<ul id='docsMenu' class='menu'>"; $text .= "<ul id='docsMenu' class='menu'>";
if (!$handle=opendir(e_DOCS.e_LANGUAGE."/")) if (!$handle=opendir(e_DOCS.e_LANGUAGE."/"))
{ {