<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,9 @@
 class SuperSimpleCms::Controllers::Admin::SuperSimpleController &lt; ApplicationController
   unloadable
+  
   before_filter :handle_authorization  
-  before_filter :handle_layout
+  layout SuperSimpleCms.config.admin_layout unless SuperSimpleCms.config.admin_layout.empty?
+  
   def index
     render :template =&gt; 'admin/super_simple/index'
   end
@@ -20,10 +22,6 @@ class SuperSimpleCms::Controllers::Admin::SuperSimpleController &lt; ApplicationCon
     end
   end
   
-  def handle_layout
-    debugger
-  end
-  
   SuperSimpleCms.config.admin_includes.each do |mod|
     mod_klass = if mod.is_a? String
       mod.constantize</diff>
      <filename>lib/super_simple_cms/controllers/admin/super_simple_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2c8400bf5cc258fae65272d7d9aadeb831c05884</id>
    </parent>
  </parents>
  <author>
    <name>Matt Vincent</name>
    <email>matt@averails.com</email>
  </author>
  <url>http://github.com/neshmi/super_simple_cms/commit/c8b620c9ee9b0016cb345242965048966d3a18dd</url>
  <id>c8b620c9ee9b0016cb345242965048966d3a18dd</id>
  <committed-date>2008-12-03T09:23:17-08:00</committed-date>
  <authored-date>2008-12-03T09:23:17-08:00</authored-date>
  <message>updating admin layout options</message>
  <tree>441e503cc23ec1d862f0241d5eb59463bc2b71f2</tree>
  <committer>
    <name>Matt Vincent</name>
    <email>matt@averails.com</email>
  </committer>
</commit>
