Skip to content

Commit

Permalink
Reworking the footer a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhurt committed May 11, 2010
1 parent 4744cc5 commit 5ea0ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Expand Up @@ -54,12 +54,12 @@
<div class='span-4 colborder'><%= yield :left %></div>
<div class='span-19 last'><%= yield %></div>

<% cache 'layout_footer' do %>
<div class='span-24 last' id='footer'>
&copy; 2005 - 2009 <a href='http://www.kangaroobox.com'>KangarooBox</a>, LLC. All rights reserved.
&copy; 2005 - <%= Time.now.year %> <a href='http://www.kangaroobox.com'>KangarooBox</a>, LLC. All rights reserved.
</div>
</div>

<% cache 'layout_footer' do %>
<%= render :file => 'layouts/analytics.inc' if File.exist?(RAILS_ROOT + '/app/views/layouts/analytics.inc') %>
<% end %>
</body>
Expand Down

0 comments on commit 5ea0ba7

Please sign in to comment.