diff options
Diffstat (limited to 'app/views/welcome')
-rw-r--r-- | app/views/welcome/index.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/welcome/index.rhtml b/app/views/welcome/index.rhtml index 855248c5e..021e330d8 100644 --- a/app/views/welcome/index.rhtml +++ b/app/views/welcome/index.rhtml @@ -9,6 +9,7 @@ <%= link_to l(:label_news_view_all), :controller => 'news' %> </div> <% end %> + <%= call_hook(:view_welcome_index_left, :projects => @projects) %> </div> <div class="splitcontentright"> @@ -25,6 +26,7 @@ </ul> </div> <% end %> + <%= call_hook(:view_welcome_index_right, :projects => @projects) %> </div> <% content_for :header_tags do %> |