added image plugin

This commit is contained in:
jeena 2013-07-10 14:52:49 +02:00
parent f95b70d17e
commit 598081b2a8
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<?php
class DidgeridooArtwork_Page_Plugin_Image extends DidgeridooArtwork_Page_Plugin_Abstract
{
public function render($imgName)
{
return $this->_view->base . "/img/page/" . $imgName;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B