@@ -9,6 +9,7 | |||
|
9 | 9 | <%= link_to l(:label_news_view_all), :controller => 'news' %> |
|
10 | 10 | </div> |
|
11 | 11 | <% end %> |
|
12 | <%= call_hook(:view_welcome_index_left, :projects => @projects) %> | |
|
12 | 13 | </div> |
|
13 | 14 | |
|
14 | 15 | <div class="splitcontentright"> |
@@ -25,6 +26,7 | |||
|
25 | 26 | </ul> |
|
26 | 27 | </div> |
|
27 | 28 | <% end %> |
|
29 | <%= call_hook(:view_welcome_index_right, :projects => @projects) %> | |
|
28 | 30 | </div> |
|
29 | 31 | |
|
30 | 32 | <% content_for :header_tags do %> |
General Comments 0
You need to be logged in to leave comments.
Login now