Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sat Dec 20 00:53:20 2008 UTC | revision 1.1.2.1, Fri Jan 2 03:42:06 2009 UTC | |
|---|---|---|
| # | Line 137 function game_calendar_menu() { | Line 137 function game_calendar_menu() { |
| 137 | } | } |
| 138 | ||
| 139 | /** | /** |
| 140 | * Implement hook_load() (for menu, not for node). | |
| 141 | * Helper function for menu: this loads the %game_calendar argument. | |
| 142 | */ | |
| 143 | function game_calendar_load($calendar) { | |
| 144 | return game_calendar_state($calendar); | |
| 145 | } | |
| 146 | ||
| 147 | /** | |
| 148 | * Implements hook_theme(). | * Implements hook_theme(). |
| 149 | */ | */ |
| 150 | function game_calendar_theme($existing, $type, $theme, $path) { | function game_calendar_theme($existing, $type, $theme, $path) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |