title field...
Posted: 08 Dec 2009, 22:58
can I change the field "title" as the change which, if it exists, description of this picture as a title?




Code: Select all
// echo ' title="'. $value->description .'"'; (dummy)
// echo ' title="zum Vergrößern anklicken"'; (dummy)
echo ' title="'. $this->category->title.' (Bild '. $value->ordering.') - '.PhocaGalleryText::wordDelete($value->description, $this->tmpl['charlengthimgdesc'], '...').'"';

Code: Select all
echo ' title="'. $value->title.'"';Code: Select all
echo ' title="Galerie: '. $this->category->title.' Bild: '. $value->ordering.' Beschreibung: '.PhocaGalleryText::wordDelete($value->description, $this->tmpl['charlengthimgdesc'], '...').'"';