forked from Cavemanon/cavepaintings
goodbye, global config defaults~
git-svn-id: file:///home/shish/svn/shimmie2/trunk@294 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
@@ -92,7 +92,7 @@ function tag_explode($tags) {
|
||||
|
||||
function make_link($page, $query=null) {
|
||||
global $config;
|
||||
$base = $config->get_string('base_href');
|
||||
$base = $config->get_string('base_href', './index.php?q=');
|
||||
|
||||
if(is_null($query)) {
|
||||
return "$base/$page";
|
||||
|
Reference in New Issue
Block a user