Revision 7937
Added by Aaron Marcuse-Kubitza over 11 years ago
web/vegpath/index.php | ||
---|---|---|
33 | 33 |
} |
34 | 34 |
} |
35 | 35 |
|
36 |
function custom_separator($url, $sep, $main_url) |
|
36 |
function custom_separator($url, $sep, $main_url=null)
|
|
37 | 37 |
{ |
38 | 38 |
if (!isset($main_url)) $main_url = $url; |
39 | 39 |
|
Also available in: Unified diff
web/vegpath/index.php: custom_separator(): Marked optional params as such