Like here:

just that there will be the description where the "opis0" is.
I've added this in phocagallery.php (in content plugin):
$output .='<div><center class="main-switch-image" style="margin:0px;padding:7px 5px 7px 5px;margin-bottom:15px;"><table border="0" cellspacing="5" cellpadding="5" style=""><tr><td align="center" valign="middle" style="text-align:center;width:'. $switchImage['width'] .'px;height:'. $switchImage['height'] .'px; background: url(\''. JURI::root().'components/com_phocagallery/assets/images/icon-switch.gif\') '.$switchImage['centerw'].'px '.$switchImage['centerh'].'px no-repeat;margin:0px;padding:0px;">';
$output .= $basicImage . /*$display_description*/ 'opis' . $i
.'</td></tr></table></center></div>';
what do I need to add that the plugin will write the description where the "opis" is.
thank yo

