|
From: Verdon V. <ve...@us...> - 2008-11-27 19:15:51
|
Update of /cvsroot/phpwebsite-comm/modules/podcaster/templates In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32646/templates Modified Files: info.tpl Log Message: 1.2.0 changes Index: info.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/info.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** info.tpl 9 Feb 2008 19:01:13 -0000 1.4 --- info.tpl 27 Nov 2008 19:15:38 -0000 1.5 *************** *** 1,9 **** <fieldset> <legend><strong>{TITLE}</strong></legend> ! <!-- BEGIN info_1 --><p><strong>{INFO_1_LABEL}</strong> {INFO_1}</p><!-- END info_1 --> ! <!-- BEGIN info_2 --><p><strong>{INFO_2_LABEL}</strong> {INFO_2}</p><!-- END info_2 --> ! <!-- BEGIN info_3 --><p><strong>{INFO_3_LABEL}</strong> {INFO_3}</p><!-- END info_3 --> ! <!-- BEGIN info_4 --><p><strong>{INFO_4_LABEL}</strong> {INFO_4}</p><!-- END info_4 --> ! <!-- BEGIN info_5 --><p><strong>{INFO_5_LABEL}</strong> {INFO_5}</p><!-- END info_5 --> ! <!-- BEGIN donate --><p>{DONATE}</p><!-- END donate --> </fieldset> --- 1,5 ---- <fieldset> <legend><strong>{TITLE}</strong></legend> ! <p>{INFO}</p> ! <p>{DONATE}</p> </fieldset> |