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:
@ -68,13 +68,13 @@ class Home extends Extension {
|
||||
return "
|
||||
<div id='front-page'>
|
||||
<h1>
|
||||
<a style='text-decoration: none;' href='".make_link("index")."'><span>$sitename</span></a>
|
||||
<a style='text-decoration: none;' href='".make_link()."'><span>$sitename</span></a>
|
||||
</h1>
|
||||
<div class='space' id='links'>
|
||||
$main_links
|
||||
</div>
|
||||
<div class='space'>
|
||||
<form action='".make_link("index")."' method='GET'>
|
||||
<form action='".make_link()."' method='GET'>
|
||||
<input id='search_input' name='search' size='55' type='text' value='' autocomplete='off' /><br/>
|
||||
<input type='submit' value='Search'/>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user