/[drupal]/contributions/modules/views_groupby_pack/views_group_pack.module
ViewVC logotype

Diff of /contributions/modules/views_groupby_pack/views_group_pack.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Thu Jan 17 23:06:12 2008 UTC revision 1.2, Tue Mar 11 23:11:31 2008 UTC
# Line 15  function views_group_pack_views_style_pl Line 15  function views_group_pack_views_style_pl
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    }    }
# Line 28  function views_group_pack_views_style_pl Line 28  function views_group_pack_views_style_pl
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    }    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2