{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}