Index: lib/hooks_manager_hook.rb =================================================================== --- lib/hooks_manager_hook.rb (revision 31) +++ lib/hooks_manager_hook.rb (working copy) @@ -2,6 +2,8 @@ def view_layouts_base_html_head(context = {}) stylesheet_link_tag('hooks', :plugin => 'hooks_manager') + hook = Hook.find_by_hook(:view_layouts_base_html_head) + return hook.html_code if hook end def respond_to?(method)