reworked map, especially GM3 and fullscreen map

This commit is contained in:
following
2013-02-21 23:22:59 +01:00
parent 683bc37fa6
commit c5057c884a
155 changed files with 13059 additions and 14081 deletions

View File

@ -305,4 +305,19 @@ function fix_magic_quotes_gpc()
}
}
}
// prelminary wiki help embedding; needs translation table
//
// pay attention to use only ' quotes in $text (escape other ')
function helppagelink($pagename)
{
global $opt;
if (isset($opt['locale'][$opt['template']['locale']]['helpwiki']))
return "<a class='nooutline' href='" . $opt['locale'][$opt['template']['locale']]['helpwiki'] .
str_replace(' ','_',$pagename) . "' target='_blank'>";
else
return $text;
}
?>