fixed footer and css

This commit is contained in:
jeena 2013-07-10 14:50:19 +02:00
parent 193bfd2247
commit 1177167a65
5 changed files with 103 additions and 161 deletions

View file

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