fix pools link on home page to point at site://pool and not site://pools
This commit is contained in:
parent
2e5a51bc8d
commit
519cff827f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class Home extends Extension {
|
|||
}
|
||||
else {
|
||||
$main_links = '[url=site://post/list]Posts[/url] [url=site://comment/list]Comments[/url] [url=site://tags]Tags[/url]';
|
||||
if(class_exists("Pools")) {$main_links .= ' [url=site://pools]Pools[/url]';}
|
||||
if(class_exists("Pools")) {$main_links .= ' [url=site://pool]Pools[/url]';}
|
||||
if(class_exists("Wiki")) {$main_links .= ' [url=site://wiki]Wiki[/url]';}
|
||||
$main_links .= ' [url=site://ext_doc]Documentation[/url]';
|
||||
}
|
||||
|
|
Reference in a new issue