Created
May 1, 2013 18:32
-
-
Save whyisjake/5497230 to your computer and use it in GitHub Desktop.
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="tabbable tabs-left"> | |
<ul class="nav nav-tabs"> | |
<li class="active"><a href="#1" data-toggle="tab">Full Schedule</a></li> | |
<li><a href="#2" data-toggle="tab">Center Stage</a></li> | |
</ul> | |
<div class="tab-content" style="width:497px"> | |
<div class="tab-pane active" id="1"> | |
[mf_full_schedule location=""] | |
</div> | |
<div class="tab-pane" id="2"> | |
[mf_full_schedule location="Center Stage"] | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment