*}}
{{* All needed css files - Note: css must be inserted before js files *}}
{{* The own style.css *}}
{{* own css files *}}
{{* The js files we use *}}
{{if is_array($addon_hooks)}}
{{foreach $addon_hooks as $addon_hook}}
{{/foreach}}
{{/if}}
{{* own js files *}}
{{* Include the strings which are needed for some js functions (e.g. translation)
They are loaded into the html so that js functions can use them *}}
{{include file="js_strings.tpl"}}