/[drupal]/contributions/modules/eventrepeat/eventrepeat.theme
ViewVC logotype

Contents of /contributions/modules/eventrepeat/eventrepeat.theme

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Sep 13 05:22:21 2005 UTC (4 years, 2 months ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-4-7--2-0, DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5--2, DRUPAL-5, DRUPAL-4-7--2, DRUPAL-4-7
File MIME type: text/x-php
transfer from sandbox
1 <?php
2
3 //$Id: eventrepeat.theme,v 1.1 2005/09/07 23:16:24 thehunmonkgroup Exp $
4
5 //theme function that prepends the repeat tag onto events in a repeat sequence
6 function theme_eventrepeat_title_tag($title) {
7 return variable_get('eventrepeat_title_tag', '') . $title;
8 }
9
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.2