|
From: <cl...@us...> - 2004-05-20 04:15:30
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11494/templates/default Modified Files: footer.tpl Log Message: Added template generation time. Index: footer.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/footer.tpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** footer.tpl 15 May 2004 02:42:17 -0000 1.5 --- footer.tpl 20 May 2004 04:15:20 -0000 1.6 *************** *** 9,13 **** {L_THIS_SITE_IS} <a class="psf" href="{BASE}rss/index.php?cal={CAL}&getdate={GETDATE}">RSS-Enabled</a><br /> <!-- switch rss_powered off --> ! Page generated in {GENERATED} seconds. </center> </body> --- 9,14 ---- {L_THIS_SITE_IS} <a class="psf" href="{BASE}rss/index.php?cal={CAL}&getdate={GETDATE}">RSS-Enabled</a><br /> <!-- switch rss_powered off --> ! Page generated in {GENERATED1} seconds.<br /> ! Template generated in {GENERATED2} seconds. </center> </body> |