/[drupal]/contributions/themes/colorpaper/template.php
ViewVC logotype

Contents of /contributions/themes/colorpaper/template.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Nov 25 15:30:28 2008 UTC (12 months ago) by ktleow
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3, DRUPAL-6--2-0-BETA4, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA4, HEAD
File MIME type: text/x-php
*** 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