added base plugin

This commit is contained in:
jeena 2013-07-10 13:12:17 +02:00
parent fcad3b07f1
commit 193bfd2247
5 changed files with 23 additions and 26 deletions

View file

@ -0,0 +1,8 @@
<?php
class DidgeridooArtwork_Page_Plugin_Base extends DidgeridooArtwork_Page_Plugin_Abstract
{
public function render($params)
{
return $this->_view->base;
}
}