From c4bafb67d758440885dbd6bd557236da0fbe8af5 Mon Sep 17 00:00:00 2001 From: sweetas Date: Mon, 11 Jun 2007 09:26:06 +0000 Subject: [PATCH] check for sub link defines --- e107_handlers/sitelinks_class.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/e107_handlers/sitelinks_class.php b/e107_handlers/sitelinks_class.php index f8cf7c15e..a234a053a 100644 --- a/e107_handlers/sitelinks_class.php +++ b/e107_handlers/sitelinks_class.php @@ -12,9 +12,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_handlers/sitelinks_class.php,v $ -| $Revision: 1.7 $ -| $Date: 2007-05-16 20:24:30 $ -| $Author: e107steved $ +| $Revision: 1.8 $ +| $Date: 2007-06-11 09:26:06 $ +| $Author: sweetas $ +---------------------------------------------------------------+ */ @@ -92,6 +92,9 @@ class sitelinks $style['linkdisplay'] = defined('LINKDISPLAY') ? LINKDISPLAY : ''; $style['linkend'] = defined('LINKEND') ? LINKEND : ''; $style['linkseparator'] = defined('LINKSEPARATOR') ? LINKSEPARATOR : ''; + $style['sublinkstart'] = defined('SUBLINKSTART') ? SUBLINKSTART : ''; + $style['sublinkend'] = defined('SUBLINKEND') ? SUBLINKEND : ''; + $style['sublinkclass'] = defined('SUBLINKCLASS') ? SUBLINKCLASS : ''; } // Sublink styles.- replacing the tree-menu.