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