mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
bugfix #4326 : links_page navigator now correctly rendered
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/links_page/links.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/links_page/links.php,v $
|
||||||
| $Revision: 1.5 $
|
| $Revision: 1.6 $
|
||||||
| $Date: 2007-09-26 20:06:04 $
|
| $Date: 2008-02-20 20:28:23 $
|
||||||
| $Author: e107steved $
|
| $Author: lisa_ $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
require_once('../../class2.php');
|
require_once('../../class2.php');
|
||||||
@@ -517,8 +517,8 @@ function displayCategoryLinks($mode=''){
|
|||||||
$text .= $link_table_start.$link_table_string.$link_table_end;
|
$text .= $link_table_start.$link_table_string.$link_table_end;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
$nav = $tp->parseTemplate("{NAVIGATOR}", FALSE, $link_shortcodes);
|
||||||
$ns->tablerender($link_table_caption, $text);
|
$ns->tablerender($link_table_caption, $nav.$text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/links_page/links_template.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/links_page/links_template.php,v $
|
||||||
| $Revision: 1.1.1.1 $
|
| $Revision: 1.2 $
|
||||||
| $Date: 2006-12-02 04:35:24 $
|
| $Date: 2008-02-20 20:28:23 $
|
||||||
| $Author: mcfly_e107 $
|
| $Author: lisa_ $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -150,7 +150,7 @@ $sc_style['LINK_BUTTON_LAN']['post'] = "</td>";
|
|||||||
$sc_style['LINK_CAT_DESC']['pre'] = "<br /><span class='smalltext'><i>";
|
$sc_style['LINK_CAT_DESC']['pre'] = "<br /><span class='smalltext'><i>";
|
||||||
$sc_style['LINK_CAT_DESC']['post'] = "</i></span>";
|
$sc_style['LINK_CAT_DESC']['post'] = "</i></span>";
|
||||||
|
|
||||||
$LINK_TABLE_CAPTION = LCLAN_ITEM_24."{NAVIGATOR}" ;
|
$LINK_TABLE_CAPTION = LCLAN_ITEM_24;
|
||||||
|
|
||||||
$LINK_TABLE_START = "
|
$LINK_TABLE_START = "
|
||||||
<div style='text-align:center'>
|
<div style='text-align:center'>
|
||||||
|
Reference in New Issue
Block a user