module Panda.View.Theme.BluePrint.Template.Footer where import Panda.Helper.Env import Prelude hiding ((.), (/), (^), id, span) import qualified Panda.Config.Global as G import qualified Panda.Config.Global as G html_footer = div_id "footer" << [ toHtml $ copyright , toHtml $ "2008 " , toHtml $ G.blog_title , toHtml $ br , toHtml $ "Powered by " , toHtml $ hotlink G.panda_url << "Panda" , toHtml $ " using " , toHtml $ hotlink "http://www.haskell.org/" << "Haskell" ]