PHP Classes

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

Recommend this page to a friend!
  Packages 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: Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

adding defaults for PHP8
Merge xswatch4
Date: 1 month ago
Size: 990 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|default:null}> <a class="tooltip" href="<{$op.link}>" title="<{$op.desc|default:''}>"> <img src='<{$op.icon|default:"$theme_icons/icon_options.png"}>' alt="<{$op.desc|default:''}>"/> <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>