Update of /cvsroot/phpwebsite-comm/modules/podcaster/templates
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3466/templates
Modified Files:
info.tpl
Added Files:
block.tpl
Removed Files:
block_home.tpl
Log Message:
getting ready for 1.0.4 and release
--- NEW FILE: block.tpl ---
<div class="podcaster-sidebox">
<div class="box">
<div class="box-title"><h1>{TITLE}</h1></div>
<div class="box-content">
{EPISODE_LABEL}<br />
{EPISODE_TITLE}<br />
<span class="smaller">{CHANNEL_LABEL}</span><br />
{CHANNEL_TITLE}<br />
</div>
</div>
</div>
Index: info.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/podcaster/templates/info.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** info.tpl 6 Jan 2008 00:34:50 -0000 1.1
--- info.tpl 7 Jan 2008 03:41:55 -0000 1.2
***************
*** 5,7 ****
--- 5,8 ----
<p><strong>{INFO_3_LABEL}</strong> {INFO_3}</p>
<p><strong>{INFO_4_LABEL}</strong> {INFO_4}</p>
+ <p><strong>{INFO_5_LABEL}</strong> {INFO_5}</p>
</fieldset>
--- block_home.tpl DELETED ---
|