PHP Classes

File: htdocs/modules/system/themes/transition/xotpl/xo_icons.tpl

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/transition/xotpl/xo_icons.tpl   Download  
File: htdocs/modules/system/themes/transition/xotpl/xo_icons.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 951 bytes
 

Contents

Class file image Download
<div class="xo-title" id="xo-title-icons"><{$lang_cp}></div> <{*start system icons*}> <div id="xo-system-icons"> <div id="xo-icon"> <{foreach item=op from=$mod_options}> <a class="tooltip" href="<{$op.link}>" title="<{$op.desc}>"> <img src='<{$op.icon|default:"$theme_icons/icon_options.png"}>' alt="<{$op.desc}>"/> <br><span><{$op.title}></span> </a> <{/foreach}> <a class="tooltip" href="<{xoAppUrl modules/system/admin.php}>" title="<{$smarty.const._AM_SYSTEM_CONFIG}>"> <img src='<{"$theme_icons/configuration.png"}>'/> <span><{$smarty.const._AM_SYSTEM_CONFIG}></span> </a> <a class="tooltip" href="<{xoAppUrl modules/system/help.php}>" title="<{$smarty.const._AM_SYSTEM_HELP}>"> <img src='<{"$theme_icons/help.png"}>'/> <span><{$smarty.const._AM_SYSTEM_HELP}></span> </a> </div> </div>