1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

Fixes #3932 Added support for dynamic header/footer templates controlled by theme_shortcodes class.

This commit is contained in:
Cameron
2019-08-22 14:28:59 -07:00
parent 68e4fd7d03
commit 1d45f1e4c4
5 changed files with 25 additions and 4 deletions

View File

@@ -2186,6 +2186,8 @@ class e_menu_layout
$layout = array();
foreach($head as $k=>$v)
{
$template = $head[$k]."\n{---}".$foot[$k];