#from kojiweb import util #set $localfooterpath=$util.themePath("extra-footer.html", local=True) #if os.path.exists($localfooterpath) #if $literalFooter #set $localfooter="".join(open($localfooterpath).readlines()) $localfooter #else #include $localfooterpath #end if #end if #set $localbottompath=$util.themePath("extra-bottom.html", local=True) #if os.path.exists($localbottompath) #set $localbottom="".join(open($localbottompath).readlines()) $localbottom #end if