mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Notice removal
This commit is contained in:
@@ -12,9 +12,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/sitelinks_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/sitelinks_class.php,v $
|
||||||
| $Revision: 1.10 $
|
| $Revision: 1.11 $
|
||||||
| $Date: 2007-06-25 15:06:38 $
|
| $Date: 2007-07-06 22:02:29 $
|
||||||
| $Author: sweetas $
|
| $Author: e107steved $
|
||||||
+---------------------------------------------------------------+
|
+---------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -176,7 +176,8 @@ class sitelinks
|
|||||||
|
|
||||||
// Start with an empty link
|
// Start with an empty link
|
||||||
$linkstart = $indent = $linkadd = $screentip = $href = $link_append = '';
|
$linkstart = $indent = $linkadd = $screentip = $href = $link_append = '';
|
||||||
|
$highlighted = FALSE;
|
||||||
|
|
||||||
// If submenu: Fix Name, Add Indentation.
|
// If submenu: Fix Name, Add Indentation.
|
||||||
if ($submenu == TRUE) {
|
if ($submenu == TRUE) {
|
||||||
if(substr($linkInfo['link_name'],0,8) == "submenu."){
|
if(substr($linkInfo['link_name'],0,8) == "submenu."){
|
||||||
|
Reference in New Issue
Block a user