@@ -4,7 +4,7 @@ discard block |
||
| 4 | 4 | function get_secure_menu_entries($page, $user) |
| 5 | 5 | { |
| 6 | 6 | $ret = array( |
| 7 | - 'Volunteer' => $page->secureUrl.'fvs/index.php' |
|
| 7 | + 'Volunteer' => $page->secureUrl.'fvs/index.php' |
|
| 8 | 8 | ); |
| 9 | 9 | return $ret; |
| 10 | 10 | } |
@@ -12,8 +12,8 @@ discard block |
||
| 12 | 12 | function get_plugin_entry_point() |
| 13 | 13 | { |
| 14 | 14 | return array( |
| 15 | - 'name'=>'Volunteer', |
|
| 16 | - 'link' => $page->secureUrl.'fvs/index.php' |
|
| 15 | + 'name'=>'Volunteer', |
|
| 16 | + 'link' => $page->secureUrl.'fvs/index.php' |
|
| 17 | 17 | ); |
| 18 | 18 | } |
| 19 | 19 | } |