added image plugin
This commit is contained in:
parent
f95b70d17e
commit
598081b2a8
2 changed files with 8 additions and 0 deletions
8
library/DidgeridooArtwork/Page/Plugin/Image.php
Normal file
8
library/DidgeridooArtwork/Page/Plugin/Image.php
Normal 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;
|
||||
}
|
||||
}
|
BIN
public/img/facebook-icon.png
Normal file
BIN
public/img/facebook-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 817 B |
Loading…
Add table
Add a link
Reference in a new issue