added base plugin
This commit is contained in:
parent
fcad3b07f1
commit
193bfd2247
5 changed files with 23 additions and 26 deletions
8
library/DidgeridooArtwork/Page/Plugin/Base.php
Normal file
8
library/DidgeridooArtwork/Page/Plugin/Base.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
class DidgeridooArtwork_Page_Plugin_Base extends DidgeridooArtwork_Page_Plugin_Abstract
|
||||
{
|
||||
public function render($params)
|
||||
{
|
||||
return $this->_view->base;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue