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