[development] Custom template for taxonomy term page in Drupal 7
Ken Rickard
agentrickard at gmail.com
Tue Apr 19 00:23:23 UTC 2011
You can also use menu_get_object(), which is arguably cleaner than using arg().
On Apr 18, 2011, at 1:02 PM, Deva <devendra.in at gmail.com> wrote:
> Thanks Carl & Michael.
>
> On Mon, Apr 18, 2011 at 10:26 PM, Michael Favia <michael.favia at gmail.com> wrote:
> On 04/18/2011 11:47 AM, Deva wrote:
>>
>> One more question.
>> How to identify in "preprocess_page" function, if the current loading page is "Taxonomy Term" page.
> Assuming you actually want to theme and change the page.tpl.php or add a template suggestion at that level and not at the lower preprocess_taxonomy_term() level then you would do so the same way that anyother path is checked. L
>
> ook in the hook_menu for taxonomy and youll find a section there the "real drupal path" is defined. Then use the arg() function test for that path in your preprocess function.
>
> Alternatively you can add your suggestion ANY time you find this to be true:
>
> in_array('page__taxonomy', $variables['theme_hook_suggestions']);
>
> Please use dpm() and the devel module or a debugger to get more information.
> --
> Michael Favia michael at favish.com
> tel. 512.669.5650 http://www.favish.com
>
>
>
> --
> :DJ
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20110418/4c62766f/attachment.html
More information about the development
mailing list