Home
last modified time | relevance | path

Searched refs:_imagetemplate (Results 1 – 1 of 1) sorted by relevance

/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php208 …var $_imagetemplate = "<img src=\"/lib/plugins/gallery/inc/image.php?size=[size]&amp;file=[image]\… variable in magazinelayout
216 if ($imagetemplate != '') $this->_imagetemplate = $imagetemplate;
296 return str_replace('[image]',$name,str_replace('[size]',$size,$this->_imagetemplate));