Actions
Feature #17454
closedAdditional view hook for body_top
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Hook requests
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Any chance to add the following one-liner to add another hook at the beginning of the body element like we have it at the bottom?
Let's call it view_layouts_base_body_top
(analogous to view_layouts_base_body_bottom
).
</head> <body class="<%=h body_css_classes %>"> <%= call_hook :view_layouts_base_body_top %> <div id="wrapper">
That would be awesome!
Files
Related issues
Updated by Tobias Fischer about 10 years ago
Patch for this is now attached...
Patched against current trunk (2.5.2-dev)
Updated by Tobias Fischer almost 9 years ago
- Status changed from New to Resolved
Closed in favor of #21587 which is now marked as "Patch" to appear in the official "patch queue" to draw attention to it...
Updated by Toshi MARUYAMA almost 9 years ago
- Related to Patch #21587: Additional view hook for body_top added
Updated by Toshi MARUYAMA almost 9 years ago
- Status changed from Resolved to Closed
Actions