Created
June 17, 2017 01:37
-
-
Save ViewFromTheBox/bce4d226f07185e9bf4286544fc37540 to your computer and use it in GitHub Desktop.
For more information, go to: https://sportsbenchwp.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="team-photo"> | |
| <?php echo $team->get_team_photo( 'team-photo' ); ?> | |
| </div> | |
| <div class="team-name row"> | |
| <div class="large-2 medium-2 small-2 columns"> | |
| <?php echo $team->get_team_photo( 'team-logo' ); ?> | |
| </div> | |
| <div class="large-10 medium-10 small-10 columns"> | |
| <h1 class="team-title" style="color:<?php echo $team->team_primary_color; ?>"><?php echo $team->team_name ?></h1> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment