PHP Classes

File: templates/wgteams_teams_list.tpl

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

Contents

Class file image Download
<div class="row"> <{if $team.show_teamname}> <div class="team-heading"><h3 class="team-name center"><{$team.team_name}></h3></div> <{/if}> <{if $team.team_image}> <div class="col-xs-12 col-sm-4 col-md-4 col-lg-4"> <div class="team-img"><img class="img-responsive <{$team.team_imagestyle}>" src="<{$wgteams_teams_upload_url}><{$team.team_image}>" alt="<{$team.team_name}>" title="<{$team.team_name}>"></div> </div> <div class="col-xs-12 col-sm-8 col-md-8 col-lg-8"> <{else}> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <{/if}> <{if $team.team_descr}> <div class="team-descr"><p class="team-descr"><{$team.team_descr}></p></div> <{/if}> <{if $team.team_read_more}> <div class="team-readmore"><a href="<{$wgteams_url_index}>?team_id=<{$team.team_id}>" class="" alt="<{$team.team_read_more}>" title="<{$team.team_read_more}>"><{$team.team_read_more}></a></div> <{/if}> </div> </div> <{if $team.members}> <{include file='db:wgteams_members_list.tpl' members=$team.members}> <{/if}>