{combine_css path=$USER_COLLEC_PATH|@cat:"template/style.css"} {* *} {if $themeconf.name == "stripped" or $themeconf.parent == "stripped"} {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/stripped.tpl'} {assign var="clear" value="true"} {elseif $themeconf.name == "simple-grey" or $themeconf.parent == "simple"} {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/simple.tpl'} {assign var="clear" value="true"} {else} {include file=$USER_COLLEC_ABS_PATH|@cat:'template/themes/default.tpl'} {/if} {if isset($errors) or not empty($infos)} {include file='infos_errors.tpl'} {/if} {if !empty($THUMBNAILS)} {/if} {if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} {if $clear}
{/if} {* *}