| 15 |
if (module_exists('taxonomy')) { |
if (module_exists('taxonomy')) { |
| 16 |
$items['taxonomygroup'] = array( |
$items['taxonomygroup'] = array( |
| 17 |
'name' => t("Grouped By Taxonomy Term, Full Nodes"), |
'name' => t("Grouped By Taxonomy Term, Full Nodes"), |
| 18 |
'theme' => "taxonomygroup_taxonomygroup", |
'theme' => "taxonomygroup_group", |
| 19 |
'summary_theme' => "views_summary", |
'summary_theme' => "views_summary", |
| 20 |
); |
); |
| 21 |
$items['taxonomygroup_teaser'] = array( |
$items['taxonomygroup_teaser'] = array( |
| 22 |
'name' => t("Grouped By Taxonomy Term, Teasers"), |
'name' => t("Grouped By Taxonomy Term, Teasers"), |
| 23 |
'theme' => "taxonomygroup_taxonomygroup_teaser", |
'theme' => "taxonomygroup_group_teaser", |
| 24 |
'summary_theme' => "views_summary", |
'summary_theme' => "views_summary", |
| 25 |
); |
); |
| 26 |
} |
} |
| 28 |
if (module_exists('date')) { |
if (module_exists('date')) { |
| 29 |
$items['monthgroup'] = array( |
$items['monthgroup'] = array( |
| 30 |
'name' => t("Grouped By Month, Full Nodes"), |
'name' => t("Grouped By Month, Full Nodes"), |
| 31 |
'theme' => "monthgroup_monthgroup", |
'theme' => "monthgroup_group", |
| 32 |
'summary_theme' => "views_summary", |
'summary_theme' => "views_summary", |
| 33 |
); |
); |
| 34 |
$items['monthgroup_teaser'] = array( |
$items['monthgroup_teaser'] = array( |
| 35 |
'name' => t("Grouped By Month, Teasers"), |
'name' => t("Grouped By Month, Teasers"), |
| 36 |
'theme' => "monthgroup_monthgroup_teaser", |
'theme' => "monthgroup_group_teaser", |
| 37 |
'summary_theme' => "views_summary", |
'summary_theme' => "views_summary", |
| 38 |
); |
); |
| 39 |
} |
} |