PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/admin/system_help.tpl   Download  
File: htdocs/modules/system/templates/admin/system_help.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: 1,198 bytes
 

Contents

Class file image Download
<{include file="db:system_header.tpl"}> <table id="help-system"> <tr> <td class="width20"> <{if !empty($help)}> <div class="xo-help-menu"> <h2 class="head"><{$modname}></h2> <{foreach item=helpitem from=$help|default:null}> <div class="<{cycle values='odd, even'}>"><a href="<{$helpitem.link}>"><{$helpitem.name}></a></div> <{/foreach}> </div> <{/if}> <{if !empty($list_mods)}> <div class="xo-help-menu"> <{foreach item=row from=$list_mods|default:null}> <h2 class="head"><{$row.name}></h2> <{foreach item=list from=$row.help_page|default:null}> <div class="<{cycle values='odd, even'}>" title="<{$list.name}>"><a href="<{$list.link}>"><{$list.name}></a></div> <{/foreach}> <{/foreach}> </div> <{/if}> </td> <td> <div id="help-content"> <{$helpcontent}> </div> </td> </tr> </table>