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
| <?php | |
| 'topic_feature_topics_horizontal' => array( | |
| 'title' => 'Topic: Featured Topics - Horizontal', | |
| 'type' => 'views', //views/block | |
| 'id' => array("topic_region_term","block_4"), //viewid:displayid | |
| 'attach' => array('field_region_terms','nid','title'), | |
| 'default' => array( | |
| 'title' => 'Featured @pterm Topics' | |
| ) | |
| ), |
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
| 1. copy the row content of rule.php file to that page.. | |
| 2. paste it at: /admin/rules/ie/import | |
| that's it!... |
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
| 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 |
NewerOlder