//add auto captions if ($options->bgOptions['showDownloadLinks']) { $this->xml .= "\t".'<caption><![CDATA[<a href="'.$options->bgOptions['imagePath'].'/'.$fileName.'" target="_blank"></a>]]></caption>'."\n"; } $this->xml .= "</image>\n"; } $this->xml .= '</simpleviewerGallery>'; $file = "gallery.xml";
<?xml version="1.0" encoding="UTF-8"?> <simpleviewergallery maxImageWidth="230" maxImageHeight="270" textColor="0x000000" frameColor="0x000000" frameWidth="10" stagePadding="60" navPadding="80" thumbnailColumns="4" thumbnailRows="3" navPosition="right" vAlign="top" hAlign="right" title="magnets" enableRightClickOpen="false" backgroundImagePath="" imagePath="" thumbPath=""> <image> <filename>ma01.jpg</filename> <caption><![CDATA[<font face="Century Gothic" size="20" color="#000000">ma01</font>]]></caption> </image> <image> <filename>ma02.jpg</filename> <caption><![CDATA[<font face="Century Gothic" size="20" color="#000000">ma02</font>]]></caption> </image> <image> <filename>ma03.jpg</filename> <caption><![CDATA[<font face="Century Gothic" size="20" color="#000000">ma03</font>]]></caption> </image> </simpleviewergallery>