mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 22:25:31 +02:00
BC Fallback for breadcrumb() generator. Magix shortcode fix for news-view. Magic shortcodes are defined by the first render with {SETSTYLE=default} or {SETSTYLE=main} encountered in the template.
This commit is contained in:
@@ -18,7 +18,7 @@ if (!defined('e107_INIT'))
|
||||
}
|
||||
$In_e107_Footer = TRUE; // For registered shutdown function
|
||||
|
||||
$magicSC = e107::getRender()->getMagicShortcodes(); // support for {---CAPTION1---} etc.
|
||||
$magicSC = e107::getRender()->getMagicShortcodes(); // support for {---TITLE---} etc.
|
||||
|
||||
|
||||
global $error_handler,$db_time,$FOOTER;
|
||||
|
Reference in New Issue
Block a user