Changeset 1789
- Timestamp:
- 07/26/08 11:18:54 (4 months ago)
- Location:
- trunk/gregarius
- Files:
-
- 2 modified
-
constants.php (modified) (1 diff)
-
themes/default/web/feedsfeed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/constants.php
r1733 r1789 31 31 32 32 // Application version 33 define ('_VERSION_', "0. 5.5");33 define ('_VERSION_', "0.6.0-alpha"); 34 34 define ('MINUTE',60); 35 35 -
trunk/gregarius/themes/default/web/feedsfeed.php
r1774 r1789 3 3 <img src="<?php echo $icon; ?>" class="favicon" alt="" /> 4 4 <?php } ?> 5 <?php if(!getConfig('rss.config.restrictrefresh')) { ?> 6 <?php echo "<a href=\"" . getPath() . "update.php?cid=" . rss_feeds_feed_id() . "\"><img src=\"" . getExternalThemeFile("media/arrow_refresh.png") . "\" width=\"16\" height=\"16\"></a>"; ?> 7 <?php } ?> 8 <a class="<?php echo rss_feeds_feed_class(); ?>" title="<?php echo rss_feeds_feed_description_entities(); ?>" href="<?php echo rss_feeds_feed_link(); ?>"><?php echo rss_feeds_feed_title(); ?></a> 5 <a class="<?php echo rss_feeds_feed_class(); ?>" title="<?php echo rss_feeds_feed_description_entities(); ?>" href="<?php echo rss_feeds_feed_link(); ?>"><?php echo rss_feeds_feed_title(); ?></a> 9 6 <?php if (($rdLbl = rss_feeds_feed_read_label()) != "") { ?> 10 7 <?php echo $rdLbl; ?>
