mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 13:11:52 +02:00
News Carousel - Also allow {NAV} in start of template
This commit is contained in:
parent
8ff1c4cf70
commit
5db162b05c
@ -127,7 +127,8 @@
|
||||
$count++;
|
||||
}
|
||||
|
||||
$header = $template['start'];
|
||||
|
||||
$header = str_replace("{NAV}", implode("\n", $nav), $template['start']);
|
||||
|
||||
$footer = str_replace("{NAV}", implode("\n", $nav), $template['end']);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user