Skip to content

Instantly share code, notes, and snippets.

@sameronline
Created November 30, 2011 13:10
Show Gist options
  • Save sameronline/1409011 to your computer and use it in GitHub Desktop.
Save sameronline/1409011 to your computer and use it in GitHub Desktop.
TP Topics: Featured Topics + Agest And Stages
<?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'
)
),
'topic_feature_agesstages' => array(
'title' => 'Topic: Featured Topics + Ages and Stages',
'type' => 'function', //views/block
'id' => 'eregion_topic_feature_agesstages'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment