Author: rmarianski
Date: 2009-10-28 16:21:57 -0400 (Wed, 28 Oct 2009)
New Revision: 25846
Modified:
streetsblog/branches/streetfilms_redesign/wp-content/themes/streetfilms/yarpp-template-sfilms.php
Log:
use sfilmthumb function instead of sf_the_thumb (closes #844)
Modified:
streetsblog/branches/streetfilms_redesign/wp-content/themes/streetfilms/yarpp-template-sfilms.php
===================================================================
---
streetsblog/branches/streetfilms_redesign/wp-content/themes/streetfilms/yarpp-template-sfilms.php
2009-10-28 20:16:35 UTC (rev 25845)
+++
streetsblog/branches/streetfilms_redesign/wp-content/themes/streetfilms/yarpp-template-sfilms.php
2009-10-28 20:21:57 UTC (rev 25846)
@@ -8,7 +8,7 @@
<ul>
<?php while ($related_query->have_posts()) : $related_query->the_post(); ?>
<li class="selfclear">
- <a href="<?php the_permalink() ?>"><img class="yarpp-thumb" src="<?php
sf_the_thumb(); ?>" /></a>
+ <a href="<?php the_permalink() ?>"><img class="yarpp-thumb" src="<?php
sfilmthumb(); ?>" /></a>
<p class="title"><a href="<?php the_permalink() ?>"><?php the_title();
?></a></p>
<p><span class="runtime">4:56</span><span class="meta-sep"> | </span>
<?php if ( comments_open() ) : ?>
--
To unsubscribe send an email with subject "unsubscribe" to
[email protected]. Please contact
[email protected] for questions.