Hi all, then i copy and edit original panels-pane.tpl.php i want to use new template in some panels, please tell there is this feature to change the panel template ?
Hi all, then i copy and edit original panels-pane.tpl.php i want to use new template in some panels, please tell there is this feature to change the panel template ?
Comments
Comment #1
merlinofchaos commentedIf you copy panels-pane.tpl.php into your theme, it will be used on all (Well, actually only most) panes, and the old panels-pane.tpl.php will be completely overridden and cannot be used.
If you want to use it on just some panels, you either need to have your .tpl.php (or preprocess) do the right thing, or create a custom style that does what you need.