From c3f9d98898dcb61a51dcf8aa1c449c0becd2076e Mon Sep 17 00:00:00 2001 From: SecretR Date: Mon, 21 Oct 2013 17:48:06 +0300 Subject: [PATCH] Missing 2 alt navigations in template/shortcode --- e107_core/shortcodes/single/navigation.php | 4 +++- e107_core/templates/navigation_template.php | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/e107_core/shortcodes/single/navigation.php b/e107_core/shortcodes/single/navigation.php index 947ef1b1b..2e30956eb 100644 --- a/e107_core/shortcodes/single/navigation.php +++ b/e107_core/shortcodes/single/navigation.php @@ -6,7 +6,9 @@ function navigation_shortcode($parm='') 'main' => 1, 'side' => 2, 'footer' => 3, - 'alt' => 4 + 'alt' => 4, + 'alt5' => 5, + 'alt6' => 6, ); $category = varset($types[$parm], 1); diff --git a/e107_core/templates/navigation_template.php b/e107_core/templates/navigation_template.php index 676956547..fcf7d9e3b 100644 --- a/e107_core/templates/navigation_template.php +++ b/e107_core/templates/navigation_template.php @@ -122,5 +122,7 @@ $NAVIGATION_TEMPLATE['side']['submenu_end'] = ''; $NAVIGATION_TEMPLATE['footer'] = $NAVIGATION_TEMPLATE['side']; $NAVIGATION_TEMPLATE['alt'] = $NAVIGATION_TEMPLATE['side']; +$NAVIGATION_TEMPLATE['alt5'] = $NAVIGATION_TEMPLATE['side']; +$NAVIGATION_TEMPLATE['alt6'] = $NAVIGATION_TEMPLATE['side']; ?> \ No newline at end of file