Closed (works as designed)
Project:
Panels Everywhere
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2011 at 19:48 UTC
Updated:
9 May 2016 at 07:32 UTC
Jump to comment: Most recent
Comments
Comment #1
merlinofchaos commentedThis is on purpose; it is completely taking over page.tpl.php from the theme when that code is being used.
Comment #2
asghar commentedHi
If anybody want to call a specific [module_name]_preprocess_page hook function then you can accomplish this by using the following approach e.g
whereas custom is my module name. Thanks