Commit 8aee9d6f0226f7220e548ac8ca823cfc6bdf0e45
1 parent
460a0f95
Exists in
master
and in
22 other branches
removing unused files from noosfero-spb-theme
Showing
2 changed files
with
0 additions
and
7 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/categories.html.erb
@@ -1,7 +0,0 @@ | @@ -1,7 +0,0 @@ | ||
1 | -<ul id="cat_menu"> | ||
2 | - <% @environment.top_level_categories.find(:all, :conditions => {:display_in_menu => true}).each do |item| %> | ||
3 | - <li id="category category_<%= item.path %>" > | ||
4 | - <%= link_to(item.name, {:controller => :search, :action => 'category_index', :category_path => item.path }, :title => item.name, :style=>"color: ##{item.display_color || '000000'}" ) %> | ||
5 | - </li> | ||
6 | - <% end %> | ||
7 | -</ul><!-- fim id="cat_menu" --> |
src/noosfero-spb/noosfero-spb-theme/site_title.html.erb