|
From: Greg M. <bli...@us...> - 2008-01-27 18:03:33
|
Update of /cvsroot/phpwebsite-comm/modules/featuredphoto/templates/photo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25150/templates/photo Modified Files: flickr_view.tpl Log Message: Added More Photos link. Added Flickr Random in Set block mode. Index: flickr_view.tpl =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/featuredphoto/templates/photo/flickr_view.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** flickr_view.tpl 26 Jan 2008 22:32:55 -0000 1.1 --- flickr_view.tpl 27 Jan 2008 18:03:36 -0000 1.2 *************** *** 1,5 **** <a href="{URL}" target="_blank"><img src="{IMAGE_SRC}" alt="{IMAGE_ALT}" /></a> ! <br /><br /> ! <b>{NAME}</b><br /> ! {CAPTION} \ No newline at end of file --- 1,6 ---- <a href="{URL}" target="_blank"><img src="{IMAGE_SRC}" alt="{IMAGE_ALT}" /></a> ! <br /><br /><strong>{NAME}</strong> ! <!-- BEGIN caption --><br />{CAPTION}<!-- END caption --> ! ! <!-- BEGIN more --><br /><br /><a href="{MORE_URL}" target="_blank">{MORE}</a><!-- END more --> |