?
Path : /home/admin/public_html/old/happy2/plugins/system/japopup/highslide/tmpl/ |
Current File : /home/admin/public_html/old/happy2/plugins/system/japopup/highslide/tmpl/image.php |
<?php /** * ------------------------------------------------------------------------ * JA Popup Plugin for J25 & J31 * ------------------------------------------------------------------------ * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved. * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html * Author: J.O.O.M Solutions Co., Ltd * Websites: http://www.joomlart.com - http://www.joomlancers.com * ------------------------------------------------------------------------ */ // no direct access defined('_JEXEC') or die('Restricted access'); ?> <a class="highslide" href="<?php echo $arrData['href'];?>" title="<?php echo $arrData['title'];?>" onclick="return hs.htmlExpand(this, {dimmingOpacity: '<?php echo $arrData['overlayOpacity'];?>', outlineType:<?php echo $arrData['outlineType'];?> <?php echo $arrData['captionId'];?>});" ><?php echo $arrData['content'];?></a>