Closed (fixed)
Project:
Panels
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2010 at 22:32 UTC
Updated:
26 Nov 2011 at 09:00 UTC
I tried my favorite, Theme Developer to try to figure out how to customize a node title (added to a Panel Page through the UI) and Theme Developer tells me that I can overwrite panels-pane.tpl.php.
I do not know how to name the overwritten panels-pane.tpl.php so that it can apply to particular panes in particular panel.
Is there a way to find such information (like what we can do in Views)?
Thanks,
Comments
Comment #1
alex_b commentedLooks like this is the wrong issue queue. I believe the Panels documentation should answer your question: http://drupal.org/node/496278 If not, please report back.
Comment #2
minghui.yu commentedThanks.
But I am unable to find how to customize. I did create a new layout by following the Docs.
It appears to me that if I customize panels-pane.tpl.php, it will apply to all panes. But I just want it to apply to one particular pane.
Thank you.
Comment #3
Letharion commentedThere's currently no system for templates for individual panes, you will have to implement the theme function.