Created
October 21, 2011 17:37
-
-
Save sameronline/1304444 to your computer and use it in GitHub Desktop.
Ages & Stages block
This file contains 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
Edit @templates/block/block-boxes-ages_stages_nav.tpl.php | |
<div class="ages-stages"> | |
<h2 class="ir"><?php print $block->title ?><span></span></h2> | |
<div> | |
<?php print $block->content ?> | |
</div> | |
</div> | |
@admin/build/block/configure/boxes/ages_stages_nav | |
put your html code.. there |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment