mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
@@ -348,7 +348,7 @@ class page_shortcodes extends e_shortcode
|
|||||||
$text .= $tp->parseTemplate($template['item'],true,$sc);
|
$text .= $tp->parseTemplate($template['item'],true,$sc);
|
||||||
}
|
}
|
||||||
|
|
||||||
$end = $tp->parseTemplate($template['start'],true,$sc);
|
$end = $tp->parseTemplate($template['end'],true,$sc);
|
||||||
$end .= "<!-- sc_book_chapters end template: ". $tmplKey." -->";
|
$end .= "<!-- sc_book_chapters end template: ". $tmplKey." -->";
|
||||||
|
|
||||||
if(!empty($text))
|
if(!empty($text))
|
||||||
|
Reference in New Issue
Block a user