Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <?php |
| 2 | |
| 3 | function phptemplate_feed_icon($url, $title) { |
| 4 | if ($image = theme('image', path_to_theme() . '/images/rss.png', t('Syndicate content'), $title)) { |
| 5 | return '<a href="'. check_url($url) .'" class="feed-icon">'. $image .'</a>'; |
| 6 | } |
| 7 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |