Revision 7912
Added by Aaron Marcuse-Kubitza over 11 years ago
web/vegpath/index.php | ||
---|---|---|
24 | 24 |
if (is_string($url_func)) $url_func = by_prefix($url_func); |
25 | 25 |
|
26 | 26 |
print("<h".$h_level.' id="'.$name.'">'.$alias.'<big><a href="http://'.$alias |
27 |
custom_separator if ($ref === strtolower($name)) # found match, so redirect |
|
27 |
$name.'">'.$name."</a></big><i>".$suffix."</i></h".$h_level.">\n"); |
|
28 |
if ($ref === strtolower($name)) # found match, so redirect |
|
28 | 29 |
{ |
29 | 30 |
header("Location: ".strip_url($url_func($path->tail))); |
30 | 31 |
ob_end_flush(); |
Also available in: Unified diff
web/vegpath/index.php: VegBank(): Use new custom_separator()