# HG changeset patch # User bsw # Date 1281002090 -7200 # Node ID dca6a57b0779b8e2c2c4ae04a7562ff0fad31900 # Parent 3b579ac60f243573472bf3e654826438eb96d614 Added optional html footer (defined by config.footer_html) diff -r 3b579ac60f24 -r dca6a57b0779 app/main/_filter_view/34_stylesheet.lua --- a/app/main/_filter_view/34_stylesheet.lua Thu Jul 29 12:39:08 2010 +0200 +++ b/app/main/_filter_view/34_stylesheet.lua Thu Aug 05 11:54:50 2010 +0200 @@ -53,3 +53,7 @@ else execute.inner() end + +if config.footer_html then + slot.put_into("footer", config.footer_html) +end \ No newline at end of file diff -r 3b579ac60f24 -r dca6a57b0779 app/main/_layout/default.html --- a/app/main/_layout/default.html Thu Jul 29 12:39:08 2010 +0200 +++ b/app/main/_layout/default.html Thu Aug 05 11:54:50 2010 +0200 @@ -66,6 +66,9 @@