Home
last modified time | relevance | path

Searched +full:imgw +(+path:plugin +path:amazon) -(+path:plugin +path:amazon +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/amazon/
H A Dsyntax.php64 'imgw' => $this->getConf('imgw'),
74 $params['imgw'] = $match[1];
302 $img = ml($img,array('w'=>$param['imgw'],'h'=>$param['imgh']));
312 … print '<img src="'.$img.'" width="'.$param['imgw'].'" height="'.$param['imgh'].'" alt="" />';
/plugin/amazon/conf/
H A Ddefault.php10 $conf['imgw'] = 42;
H A Dmetadata.php10 $meta['imgw'] = array('numeric');