PHP Classes

File: templates/wgteams_teams.tpl

Recommend this page to a friend!
  Classes of Goffy G   wgTeams   templates/wgteams_teams.tpl   Download  
File: templates/wgteams_teams.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: 441 bytes
 

Contents

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