remove the whitespace

This commit is contained in:
Shish 2009-08-24 05:33:51 +01:00
parent 30ee7f4129
commit 18fea9d968

View File

@ -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;