<{assign var=theme_name value=$xoTheme->folderName}> <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/get_var.html"}> <{$xoops_sitename}> - <{$xoops_pagetitle}> <{$xoops_module_header}> <{$xoops_sitename}> <{if $xoops_isuser}> <{xoMemberInfo assign=mem}> <{if $mem.name}> <{$mem.user_from}> <{$mem.name}> <{$smarty.const._T2014_HELLO}> <{else}> <{$mem.user_from}> <{$mem.uname}> <{$smarty.const._T2014_HELLO}> <{/if}> <{else}> <{$xoops_slogan}> <{/if}> <{foreach from=$menu_var item=menu}> class='has-sub'<{/if}>> <{$menu.title}> <{if $menu.submenu}> <{foreach from=$menu.submenu item=menu2}> class='has-sub'<{/if}>> <{$menu2.title}> <{if $menu2.submenu}> <{foreach from=$menu2.submenu item=menu3}> <{$menu3.title}> <{/foreach}> <{/if}> <{/foreach}> <{/if}> <{/foreach}> <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/$theme_type.html"}> <{$xoops_footer}> <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/my_js.html"}> <{if $show_var==1}> <{includeq file="$xoops_rootpath/modules/tadtools/themes_tpl/show_var.html"}> <{/if}> ```