diff --git a/www/kojiweb/includes/footer.chtml b/www/kojiweb/includes/footer.chtml index 058c88b9..9e8b2d9d 100644 --- a/www/kojiweb/includes/footer.chtml +++ b/www/kojiweb/includes/footer.chtml @@ -6,7 +6,7 @@

-#set $localfooterpath="/usr/share/koji-web/local/extra-footer.html" +#set $localfooterpath=$util.themePath("extra-footer.html", local=True) #if os.path.exists($localfooterpath) #set $localfooter="".join(open($localfooterpath).readlines()) $localfooter diff --git a/www/kojiweb/includes/header.chtml b/www/kojiweb/includes/header.chtml index 850250d5..ff04063f 100644 --- a/www/kojiweb/includes/header.chtml +++ b/www/kojiweb/includes/header.chtml @@ -47,7 +47,7 @@