Searched refs:_info_row (Results 1 – 1 of 1) sorted by relevance
/plugin/photogallery/ |
H A D | admin.php | 43 $this->_info_row('Plugin info','Value',' ',true); 45 $this->_info_row('Plugin version',$info['date']); 46 $this->_info_row('Author',$info['author']); 47 $this->_info_row('Server parameters','Value','Status',true); 48 $this->_info_row('Plugin folder',__DIR__); 50 $this->_info_row('Current PHP version',phpversion(),$ok); 52 $this->_info_row('PHP memory limit',ini_get('memory_limit')); 66 $this->_info_row('|-- '.$key,$value); 69 $this->_info_row('phpThumb requirements','Value','Status',true); 80 $this->_info_row('Important disabled functions',$info,$ok); [all …]
|