PHP Classes

File: htdocs/modules/system/templates/blocks/system_block_siteinfo.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/templates/blocks/system_block_siteinfo.tpl   Download  
File: htdocs/modules/system/templates/blocks/system_block_siteinfo.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 xswatch4
Date: 2 months ago
Size: 1,156 bytes
 

Contents

Class file image Download
<{if $block.showgroups == true}> <table class="outer collapse"> <!-- start group loop --> <{foreach item=group from=$block.groups|default:null}> <{if !empty($group.name)}> <thead> <tr> <th colspan="2"><{$group.name}></th> </tr> </thead> <{/if}> <!-- start group member loop --> <{foreach item=user from=$group.users|default:null}> <tr> <td class="even txtcenter alignmiddle"> <img style="width:32px;" src="<{$user.avatar}>" alt="<{$user.name}>"/><br> <a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>" title="<{$user.name}>"><{$user.name}></a> </td> <td class="odd width20 txtright alignmiddle"> <{$user.msglink}> </td> </tr> <{/foreach}> <!-- end group member loop --> <{/foreach}> <!-- end group loop --> </table> <{/if}> <br> <div class="txtcenter marg3"> <img src="<{$block.logourl}>" alt=""/><br><{$block.recommendlink}> </div>