goodbye, global config defaults~

git-svn-id: file:///home/shish/svn/shimmie2/trunk@294 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish
2007-07-16 14:09:12 +00:00
parent da30c88776
commit 3084446c2e
8 changed files with 35 additions and 34 deletions

View File

@@ -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";