redesigned page plugin engine
This commit is contained in:
parent
b7b0f44098
commit
a78b3891e8
6 changed files with 22 additions and 17 deletions
8
library/DidgeridooArtwork/Page/Plugin/Page.php
Normal file
8
library/DidgeridooArtwork/Page/Plugin/Page.php
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue