Closed (fixed)
Project:
Sections
Version:
6.x-1.4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2010 at 00:09 UTC
Updated:
5 Oct 2010 at 07:10 UTC
Hi, I've recently downloaded Sections for my Drupal 6.16 install and I've been reviewing sections.module. In the code it is unclear to me whether Section's primary goal is to assign a new Theme entirely to a path (or set of paths using *) or if its goal is to influence template suggestions. Or is it some combination of both? It occurs to me that these are two very separate actions but it's obvious that sections_preprocess() implements a series of template suggestions for the theming engine.
Why are the suggestions there and do my themes have to implement the Section's template suggestions in order for Sections to work?
Thanks,
JR
Comments
Comment #1
hass commentedSection switches themes. Additionally it allowas you to have more granular templates, but they are only for edge cases... Inmost of the cases you will only use the path based theme switching. Simply give it a try.