But, instead description it shows me in img alt the Title. In category with "local" PG images all OK. Problem only in picasa's category. All data successfully imported from Picasa, I check it in DB via SQL.
Help, please.
----
In "views\category\view.html.php" I found output string
Code: Select all
$altValue = PhocaGalleryRenderFront::getAltValue($tmpl['altvalue'], $items[$iS]->title, $items[$iS]->description, $items[$iS]->metadesc);Code: Select all
altvalue=2, title="File Name 1.jpg", description="File Name 1.jpg" alias="ImageName1jpg" metadesc=""Next I trace to
Code: Select all
$images = $model->getData(1)
