PHP Classes

File: templates/blocks/wgteams_block_teamsmembers.tpl

Recommend this page to a friend!
  Classes of Goffy G   wgTeams   templates/blocks/wgteams_block_teamsmembers.tpl   Download  
File: templates/blocks/wgteams_block_teamsmembers.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: wgTeams
Module for the XOOPS CMS to present people teams
Author: By
Last change:
Date: 3 years ago
Size: 274 bytes
 

Contents

Class file image Download
<{if $block > 0}> <div id="team" class="col-xs-12 col-sm-12 col-md-12 col-lg-12 container-team"> <{foreach item=team from=$block}> <div class="row"><{include file='db:wgteams_teams_list.tpl' team=$team}></div> <{/foreach}> </div> <{/if}>