added page rewrite plugin
This commit is contained in:
parent
82f3f83219
commit
50aecb6ca2
4 changed files with 21 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
|||
{
|
||||
public function render($pageName)
|
||||
{
|
||||
return $this->_view->base . "/page/" . $pageName;
|
||||
return $this->_view->base . "/" . $pageName;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue