diff --git a/e107_plugins/links_page/links.php b/e107_plugins/links_page/links.php index 5714537dc..49925880d 100644 --- a/e107_plugins/links_page/links.php +++ b/e107_plugins/links_page/links.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/links_page/links.php,v $ -| $Revision: 1.8 $ -| $Date: 2008-09-25 20:01:48 $ +| $Revision: 1.9 $ +| $Date: 2008-10-07 19:25:58 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -533,8 +533,9 @@ function displayCategoryLinks($mode=''){ $text .= $link_table_start.$link_table_string.$link_table_end; } - $nav = $tp->parseTemplate("{NAVIGATOR}", FALSE, $link_shortcodes); - $ns->tablerender($link_table_caption, $nav.$text); +// $nav = $tp->parseTemplate("{NAVIGATOR}", FALSE, $link_shortcodes); Navigator now positioned in template +// $ns->tablerender($link_table_caption, $nav.$text); + $ns->tablerender($link_table_caption, $text); } } return; diff --git a/e107_plugins/links_page/links_template.php b/e107_plugins/links_page/links_template.php index 3cdd96a78..3794da307 100644 --- a/e107_plugins/links_page/links_template.php +++ b/e107_plugins/links_page/links_template.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/links_page/links_template.php,v $ -| $Revision: 1.2 $ -| $Date: 2008-02-20 20:28:23 $ -| $Author: lisa_ $ +| $Revision: 1.3 $ +| $Date: 2008-10-07 19:25:58 $ +| $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -150,9 +150,10 @@ $sc_style['LINK_BUTTON_LAN']['post'] = ""; $sc_style['LINK_CAT_DESC']['pre'] = "
"; $sc_style['LINK_CAT_DESC']['post'] = ""; +//$LINK_TABLE_CAPTION = LCLAN_ITEM_24."{NAVIGATOR}" ; $LINK_TABLE_CAPTION = LCLAN_ITEM_24; -$LINK_TABLE_START = " +$LINK_TABLE_START = "{NAVIGATOR}