blob: 6f92fdf8e3fdfc94aa6e1da93ab617553a6c5fe1 (
plain)
1
2
3
4
5
6
|
import webqtlConfig
footer_html = open(webqtlConfig.HTMLPATH + 'footer.html', 'r').read()
footer = footer_html.replace('%"','%%"')
footer_string = footer.replace('<!-- %s -->', '%s')
|