worked a bit on diplomarbeit
This commit is contained in:
parent
d02ad40d6a
commit
241c4863ec
6 changed files with 17 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue