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
Actions