mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 17:01:43 +02:00
Bugtracker #5189 possible fix - list_new_menu and list_recent_menu broken
This commit is contained in:
@@ -46,7 +46,7 @@ $text = $rc->displayMenu();
|
||||
|
||||
$caption = varsettrue($rc->list_pref[$rc->mode."_caption"], LIST_MENU_1);
|
||||
$caption = $rc->e107->tp->toHtml($caption, FALSE, 'USER_TITLE');
|
||||
$text = $rc->e107->tp->toHtml($caption, TRUE, 'USER_BODY');
|
||||
$text = $rc->e107->tp->toHtml($text, TRUE, 'USER_BODY');
|
||||
$rc->e107->ns->tablerender($caption, $text, 'list_new');
|
||||
unset($caption);
|
||||
unset($text);
|
||||
|
@@ -46,7 +46,7 @@ $text = $rc->displayMenu();
|
||||
|
||||
$caption = varsettrue($rc->list_pref[$rc->mode."_caption"], LIST_MENU_1);
|
||||
$caption = $rc->e107->tp->toHtml($caption, FALSE, 'USER_TITLE');
|
||||
$text = $rc->e107->tp->toHtml($caption, TRUE, 'USER_BODY');
|
||||
$text = $rc->e107->tp->toHtml($text, TRUE, 'USER_BODY');
|
||||
$rc->e107->ns->tablerender($caption, $text, 'list_recent');
|
||||
unset($caption);
|
||||
unset($text);
|
||||
|
Reference in New Issue
Block a user