19 lines
525 B
Text
19 lines
525 B
Text
#from kojiweb import util
|
|
</div>
|
|
|
|
<p id="footer">
|
|
Copyright © 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>
|