remove the whitespace
This commit is contained in:
parent
30ee7f4129
commit
18fea9d968
@ -17,13 +17,11 @@
|
||||
class Home extends SimpleExtension {
|
||||
public function onInitExt($event) {
|
||||
global $config;
|
||||
$config->set_default_string("home_links", '
|
||||
[$base/post/list|Posts]
|
||||
[$base/comment/list|Comments]
|
||||
[$base/tags|Tags]
|
||||
[$base/wiki|Wiki]
|
||||
[$base/wiki/more|»]
|
||||
');
|
||||
$config->set_default_string("home_links", '[$base/post/list|Posts]
|
||||
[$base/comment/list|Comments]
|
||||
[$base/tags|Tags]
|
||||
[$base/wiki|Wiki]
|
||||
[$base/wiki/more|»]');
|
||||
}
|
||||
public function onPageRequest($event) {
|
||||
global $config, $page;
|
||||
|
Loading…
x
Reference in New Issue
Block a user