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.