Commit 8aee9d6f0226f7220e548ac8ca823cfc6bdf0e45

Authored by Joenio Costa
1 parent 460a0f95

removing unused files from noosfero-spb-theme

src/noosfero-spb/noosfero-spb-theme/categories.html.erb
... ... @@ -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