debian-koji/www/kojiweb/includes/footer.chtml
2014-10-28 23:54:21 -04:00

19 lines
525 B
Text

#from kojiweb import util
</div>
<p id="footer">
Copyright &copy; 2006-2014 Red Hat, Inc.
<a href="https://fedorahosted.org/koji/"><img src="$util.themePath('images/powered-by-koji.png')" alt="Powered By Koji" id="PoweredByKojiLogo"/></a>
</p>
#set $localfooterpath=$util.themePath("extra-footer.html", local=True)
#if os.path.exists($localfooterpath)
#set $localfooter="".join(open($localfooterpath).readlines())
$localfooter
#end if
</div>
</div>
</body>
</html>