Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.4.2.3, Fri Jul 31 18:44:48 2009 UTC | revision 1.1.2.4.2.4, Sat Sep 5 21:56:46 2009 UTC | |
|---|---|---|
| # | Line 74 if (function_exists('spaces_menu')) { | Line 74 if (function_exists('spaces_menu')) { |
| 74 | } | } |
| 75 | ||
| 76 | /** | /** |
| 77 | * Implementation of space->links(). | * Implementation of space->user_links(). |
| 78 | */ | */ |
| 79 | function links(&$links) { | function user_links() { |
| 80 | return array(); | |
| 81 | } | |
| 82 | ||
| 83 | /** | |
| 84 | * Implementation of space->admin_links(). | |
| 85 | */ | |
| 86 | function admin_links() { | |
| 87 | return array(); | |
| 88 | } | } |
| 89 | ||
| 90 | /** | /** |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |