Project

General

Profile

« Previous | Next » 

Revision 7913

web/vegpath/index.php: VegBank(): Use new custom_separator()

View differences:

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
		$name.'">'.$name."</a></big><i>".$suffix."</i></h".$h_level.">\n");
27
		.$name.'">'.$name."</a></big><i>".$suffix."</i></h".$h_level.">\n");
28 28
	if ($ref === strtolower($name)) # found match, so redirect
29 29
	{
30 30
		header("Location: ".strip_url($url_func($path->tail)));

Also available in: Unified diff