added page rewrite plugin

This commit is contained in:
Logsol 2013-07-19 16:41:54 +02:00
parent 82f3f83219
commit 50aecb6ca2
4 changed files with 21 additions and 2 deletions

View file

@ -3,6 +3,6 @@
{
public function render($pageName)
{
return $this->_view->base . "/page/" . $pageName;
return $this->_view->base . "/" . $pageName;
}
}