<{if $breadcrumb}>
<{includeq file="db:system_header.tpl"}>
<{/if}>
<!--Preferences-->
<{if $menu}>
<div class="xo-catsetting">
<{foreach item=preferences from=$preferences}>
<a class="tooltip" href="admin.php?fct=preferences&op=show&confcat_id=<{$preferences.id}>" title="<{$preferences.name}>">
<img src="<{$preferences.image}>" alt="<{$preferences.name}>"/>
<span><{$preferences.name}></span>
</a>
<{/foreach}>
<a class="tooltip" href="admin.php?fct=preferences&op=showmod&mod=1" title="<{$smarty.const._AM_SYSTEM_PREFERENCES_SETTINGS}>">
<img src="<{xoAdminIcons xoops/system_mods.png}>" alt="<{$smarty.const._AM_SYSTEM_PREFERENCES_SETTINGS}>"/>
<span><{$smarty.const._AM_SYSTEM_PREFERENCES_SETTINGS}></span>
</a>
</div>
<{/if}>
<div class="clear"> </div>
<br>
|