From: Eric Davis Date: Tue, 10 Feb 2009 01:24:32 +0000 (+0000) Subject: Added two new plugin hooks: X-Git-Tag: 0.9.0~709 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a3fa56d98892650582843e7910586a064b78bba0;p=redmine.git Added two new plugin hooks: * :view_layouts_base_sidebar * :view_layouts_base_content git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2428 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml index b6d738131..8cb8f5f69 100644 --- a/app/views/layouts/base.rhtml +++ b/app/views/layouts/base.rhtml @@ -47,11 +47,13 @@ <%= tag('div', {:id => 'main', :class => (has_content?(:sidebar) ? '' : 'nosidebar')}, true) %>
<%= render_flash_messages %> <%= yield %> + <%= call_hook :view_layouts_base_content %>