make_link with no args links to default page

git-svn-id: file:///home/shish/svn/shimmie2/trunk@373 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish
2007-07-26 13:19:39 +00:00
parent ccf45ef91f
commit 2e8e839f5c
16 changed files with 22 additions and 19 deletions

View File

@@ -61,7 +61,7 @@ class SetupTheme extends Themelet {
private function build_navigation() {
return "
<a href='".make_link("index")."'>Index</a>
<a href='".make_link()."'>Index</a>
<br><a href='http://trac.shishnet.org/shimmie/wiki/Settings'>Help</a>
";
}