% content_for :title do %>
Photo Galleries | <%= Spud::Core.site_name %>
<% end %>
<% content_for :head do %>
<% end %>
<% @photo_galleries.each do |gallery| %>
<%= link_to gallery.title, photo_gallery_photo_albums_path(gallery.url_name) %>
<%= image_tag gallery.top_photo_url(:medium), :title => gallery.title %>
<% end %>