{extends file='basetheme.tpl'}
{*
* This file provides a link between the page templates and the base theme template
* Any blocks added to this file will override/prepend/append corresponding blocks in the base theme template
*}
{block "scriptlinks" append}
<script src="{$ss_themeUrl}/js/theme.js"></script>
{/block}
{block "styles" prepend}
{if $showHomeNav eq 'false'}
/* Show/hide home page in nav */
nav > ul:first-child > li:first-child {
display: none;
}
{/if}
{/block}