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