Show
Ignore:
Timestamp:
08/30/07 02:16:25 (15 months ago)
Author:
cfriesen
Message:

Add the unread count to the mobile feed list

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/themes/default/mobile/feedsfeed.php

    r1466 r1752  
    1 <li><a href="<?php echo rss_feeds_feed_link();  ?>"><?php echo rss_feeds_feed_title(); ?></a></li> 
     1<li><a href="<?php echo rss_feeds_feed_link();  ?>"><?php echo rss_feeds_feed_title(); ?></a><?php if (($rdLbl = rss_feeds_feed_read_label()) != "") { ?> <?php echo $rdLbl; ?> <?php } ?>