worked a bit on diplomarbeit

This commit is contained in:
Logsol 2013-07-19 17:31:11 +02:00
parent d02ad40d6a
commit 241c4863ec
6 changed files with 17 additions and 7 deletions

View file

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