redesigned page plugin engine

This commit is contained in:
Logsol 2013-07-17 19:16:32 +02:00
parent b7b0f44098
commit a78b3891e8
6 changed files with 22 additions and 17 deletions

View file

@ -0,0 +1,8 @@
<?php
class DidgeridooArtwork_Page_Plugin_Page extends DidgeridooArtwork_Page_Plugin_Abstract
{
public function render($pageName)
{
return $this->_view->base . "/page/" . $pageName;
}
}