Added a new site wide design and some other bits and pieces.
[selectricity] / app / controllers / site_controller.rb
1 class SiteController < ApplicationController
2   layout 'vb'
3
4   def index
5   end
6 end

Benjamin Mako Hill || Want to submit a patch?