diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/index.tpl | 6 | ||||
-rw-r--r-- | themes/default/template/picture.tpl | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index 2f8e5c3aa..f9b286d5f 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -167,8 +167,7 @@ jQuery("#derivativeSwitchBox").on("mouseleave", function() { {if !empty($CATEGORIES)}{$CATEGORIES}{/if} {if !empty($cats_navbar)} - {assign var=navbar value=$cats_navbar} - {include file='navigation_bar.tpl'|@get_extent:'navbar'} + {include file='navigation_bar.tpl'|@get_extent:'navbar' navbar=$cats_navbar} {/if} {if !empty($THUMBNAILS)} @@ -177,8 +176,7 @@ jQuery("#derivativeSwitchBox").on("mouseleave", function() { </ul> {/if} {if !empty($thumb_navbar)} - {assign var=navbar value=$thumb_navbar} - {include file='navigation_bar.tpl'|@get_extent:'navbar'} + {include file='navigation_bar.tpl'|@get_extent:'navbar' navbar=$thumb_navbar} {/if} {if !empty($PLUGIN_INDEX_CONTENT_END)}{$PLUGIN_INDEX_CONTENT_END}{/if} diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index d393f5b89..7713c7555 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -2,7 +2,7 @@ {include file='include/autosize.inc.tpl'} *} {if isset($MENUBAR)}{$MENUBAR}{/if} -<div id="content" {if isset($MENUBAR)}class="contentWithMenu"{/if}> +<div id="content"{if isset($MENUBAR)} class="contentWithMenu"{/if}> {if isset($errors) or not empty($infos)} {include file='infos_errors.tpl'} {/if} |