PHP Classes

File: htdocs/modules/system/templates/admin/system_preferences.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/admin/system_preferences.tpl   Download  
File: htdocs/modules/system/templates/admin/system_preferences.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge pull request #1058 from mambax7/feature/replace_foreachq

replace foreachq with foreach in Smarty templates
Merge pull request #864 from geekwright/issue848

Add all selected users in XoopsFormSelectUser
Merge xswatch4
Date: 2 months ago
Size: 936 bytes
 

Contents

Class file image Download
<{if !empty($breadcrumb)}> <{include file="db:system_header.tpl"}> <{/if}> <!--Preferences--> <{if !empty($menu)}> <div class="xo-catsetting"> <{foreach item=preference from=$preferences|default:null}> <a class="tooltip" href="admin.php?fct=preferences&amp;op=show&amp;confcat_id=<{$preference.id}>" title="<{$preference.name}>"> <img src="<{$preference.image}>" alt="<{$preference.name}>"/> <span><{$preference.name}></span> </a> <{/foreach}> <a class="tooltip" href="admin.php?fct=preferences&amp;op=showmod&amp;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">&nbsp;</div> <br>