Home
last modified time | relevance | path

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

/plugin/photogallery/
H A Dsyntax.php623 $this->_addString($info,$imgcnt,sprintf($this->getLang('imagescnt'),$imgcnt));
624 $this->_addString($info,$vidcnt,sprintf($this->getLang('videoscnt'),$vidcnt),', ');
927 $this->_addString($ret,$make.$model,$make.' '.$model, ' - ');
928 $this->_addString($ret,$shutter,$shutter.'s',', ');
929 $this->_addString($ret,$fnumber,'f/'.$fnumber,', ');
930 $this->_addString($ret,$iso,'ISO '.$iso,', ');
931 $this->_addString($ret,$ret,null,null,'<p>','</p>');
1031 function _addString(&$source, $check, $value = '', $separator = '', $prefix = '', $suffix = ''){ function in syntax_plugin_photogallery