Parent Directory
|
Revision Log
|
Revision Graph
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 |