the new template scheme for a more dynamic template that you pass
an array to, so this is really just a reminder for later.
if (! $site = get_site()) {
$site->shortname = get_string("home");;
}
- echo "<a target=\"{$CFG->framename}\" href=\"$CFG->wwwroot/\">$site->shortname</a> -> $navigation";
+ $navigation = str_replace('->', '»', $navigation);
+ echo "<a target=\"{$CFG->framename}\" href=\"$CFG->wwwroot/\">$site->shortname</a> » $navigation";
}
}