components->com gallery-> gallery.html.php line 291 ....... <div class="image-desc"><?php echo $row->ddesc; ?></div>orcomponents->com gallery-> gallery.php line 226....$row->ddesc = $this->getDialected($row, 'description');
i need the $row something like that components->com gallery-> gallery.html.php line 41 $title = (eUTF::utf8_strlen($row->dtitle) > 100) ? eUTF::utf8_substr($row->dtitle, 0, 20).'...' : $row->dtitle;
eUTF::utf8_substr($row->dtitle, 50, 50)