AAAAmetadata.xml000066600000000267151375734050007071 0ustar00 index.html000066600000000054151375734050006556 0ustar00view.html.php000066600000004347151375734050007220 0ustar00getParams(); $this->assign( 'galleryName', $params->get( 'galleryName' ) ); $this->assign( 'template', $params->get( 'template' ) ); $this->assign( 'thumbWidth', $params->get( 'thumbWidth' ) ); $this->assign( 'thumbHeight', $params->get( 'thumbHeight' ) ); $this->assign( 'thumbAutoSize', $params->get( 'thumbAutoSize' ) ); $this->assign( 'arrange', $params->get( 'arrange' ) ); $this->assign( 'newImageTag', $params->get( 'newImageTag' ) ); $this->assign( 'newImageDays', $params->get( 'newImageTag_days' ) ); $this->assign( 'frameWidth', $params->get( 'frame_width' ) ); $this->assign( 'frameHeight', $params->get( 'frame_height' ) ); $this->assign( 'showSignature', $params->get( 'showSignature' ) ); $this->assign( 'popupEngine', $params->get( 'popupEngine' ) ); $this->assign( 'foregroundColor', $params->get( 'foregroundColor' ) ); $this->assign( 'backgroundColor', $params->get( 'backgroundColor' ) ); $this->assign( 'highliteColor', $params->get( 'highliteColor' ) ); $this->assign( 'plainTextCaptions', $params->get( 'plainTextCaptions' ) ); // Albums Support $this->assign( 'albumUse', $params->get( 'albumUse' ) ); // Paginations Support $this->assign( 'paginUse', $params->get( 'paginUse' ) ); $this->assign( 'paginImagesPerGallery', $params->get( 'paginImagesPerGallery' ) ); parent::display($tpl); } }tmpl/.htaccess000066600000000177151375734050007341 0ustar00 Order allow,deny Deny from all tmpl/default.php000066600000004236151375734050007700 0ustar00template.'"'; $ag_inlineParams.=' thumbWidth="'.$this->thumbWidth.'"'; $ag_inlineParams.=' thumbHeight="'.$this->thumbHeight.'"'; $ag_inlineParams.=' thumbAutoSize="'.$this->thumbAutoSize.'"'; $ag_inlineParams.=' arrange="'.$this->arrange.'"'; $ag_inlineParams.=' newImageTag="'.$this->newImageTag.'"'; $ag_inlineParams.=' newImageDays="'.$this->newImageDays.'"'; $ag_inlineParams.=' frameWidth="'.$this->frameWidth.'"'; $ag_inlineParams.=' frameHeight="'.$this->frameHeight.'"'; $ag_inlineParams.=' showSignature="'.$this->showSignature.'"'; $ag_inlineParams.=' plainTextCaptions="'.$this->plainTextCaptions.'"'; $ag_inlineParams.=' popupEngine="'.$this->popupEngine.'"'; $ag_inlineParams.=' backgroundColor="'.$this->backgroundColor.'"'; $ag_inlineParams.=' foregroundColor="'.$this->foregroundColor.'"'; $ag_inlineParams.=' highliteColor="'.$this->highliteColor.'"'; // Albums Support $ag_inlineParams.=' albumUse="'.$this->albumUse.'"'; // Paginations Support $ag_inlineParams.=' paginUse="'.$this->paginUse.'"'; $ag_inlineParams.=' paginImagesPerGallery="'.$this->paginImagesPerGallery.'"'; JPluginHelper::importPlugin( 'content' ); $article = new JObject(); $article->text = '{AG '.$ag_inlineParams.' }'.$this->galleryName.'{/AG}'; $article->id = 0; $limitstart = 0; $dispatcher = JDispatcher::getInstance(); $results = $dispatcher->trigger('onContentPrepare', array ( &$context, &$article, & $params, $limitstart)); echo $article->text; ?>tmpl/default.xml000066600000012326151375734050007710 0ustar00
tmpl/index.html000066600000000054151375734050007532 0ustar00.htaccess000066600000000177151375734050006365 0ustar00 Order allow,deny Deny from all