Adds :view_layouts_base_body_bottom hook

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1921 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Eric Davis 2008-09-30 05:18:50 +00:00
parent 0092a54e3b
commit f2f54a711d
1 changed files with 1 additions and 0 deletions

View File

@ -62,5 +62,6 @@
Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2008 Jean-Philippe Lang Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> &copy; 2006-2008 Jean-Philippe Lang
</div> </div>
</div> </div>
<%= call_hook :view_layouts_base_body_bottom %>
</body> </body>
</html> </html>