added version number for each page footer

This commit is contained in:
ville rantanen
2012-01-04 14:18:22 +02:00
parent 0475df705a
commit 8c98f36d43

View File

@@ -440,7 +440,7 @@ folder is the root folder of the image album.'''
shutil.copyfile(os.path.join(fullpath,'galleryscript.js'),os.path.join(startpath,'galleryscript.js'))
global footer
footer='''
<div id="footer">Generated with Qalbum ('''+datetime.today().strftime("%y-%m-%d %H:%M")+''')</div>
<div id="footer">Generated with Qalbum '''+__version__+''' ('''+datetime.today().strftime("%y-%m-%d %H:%M")+''')</div>
<script language="javascript">setup();</script>
</BODY>
</HTML>'''