[phpwebapp-commits] CVS: app2/templates footer.html,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-11 16:58:09
|
Update of /cvsroot/phpwebapp/app2/templates In directory sc8-pr-cvs1:/tmp/cvs-serv1808/templates Modified Files: footer.html Log Message: .gif images are replaced by .png images Index: footer.html =================================================================== RCS file: /cvsroot/phpwebapp/app2/templates/footer.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** footer.html 21 Feb 2003 08:24:12 -0000 1.1.1.1 --- footer.html 11 Aug 2003 16:46:43 -0000 1.2 *************** *** 7,10 **** <a href="javascript: goto_page3()"> Page 3 </a> ] <p> ! <a href="javascript: go_back()"><img src="{{IMG_URL}}Back.gif" border="0"></a> ! <a href="{{APP_URL}}"><img src="{{IMG_URL}}home.gif" border="0"></a> --- 7,10 ---- <a href="javascript: goto_page3()"> Page 3 </a> ] <p> ! <a href="javascript: go_back()"><img src="{{IMG_URL}}back.png" border="0"></a> ! <a href="{{APP_URL}}"><img src="{{IMG_URL}}home.png" border="0"></a> |