<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,2 @@
 config.rb
+view/custom_footer.xhtml</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -234,4 +234,10 @@ Do Not Edit! --&gt;
 
     redirect Rs( :account )
   end
+
+  def page
+    if File.exist?( 'view/custom_footer.xhtml' )
+      @custom_footer = File.read( 'view/custom_footer.xhtml' )
+    end
+  end
 end
\ No newline at end of file</diff>
      <filename>controller/main.rb</filename>
    </modified>
    <modified>
      <diff>@@ -55,6 +55,9 @@
   &lt;/div&gt;
 
 &lt;/div&gt;
+
+#{@custom_footer}
+
 &lt;/body&gt;
 
 &lt;/html&gt;
\ No newline at end of file</diff>
      <filename>view/page.xhtml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>096c11c73e4595115847907cddd2afcc23481fc1</id>
    </parent>
  </parents>
  <author>
    <name>Pistos</name>
    <email>gitsomegrace.5.pistos@geoshell.com</email>
  </author>
  <url>http://github.com/Pistos/selfmarks/commit/5dfa7ead5eb345895494f7b0482c324604482966</url>
  <id>5dfa7ead5eb345895494f7b0482c324604482966</id>
  <committed-date>2009-02-07T11:11:16-08:00</committed-date>
  <authored-date>2009-02-07T11:11:16-08:00</authored-date>
  <message>Added custom footer code.  (Actual footer not included.)</message>
  <tree>97d7fdeaa3f847b36f142ead733730de7232affc</tree>
  <committer>
    <name>Pistos</name>
    <email>gitsomegrace.5.pistos@geoshell.com</email>
  </committer>
</commit>
