| Current Path : /home/s/u/n/sunflowe/www2/j15/plugins/content/yoo_gallery/tmpl/ |
| Current File : /home/s/u/n/sunflowe/www2/j15/plugins/content/yoo_gallery/tmpl/_thumbnail_polaroid.php |
<?php
/**
* YOOgallery Core
*
* @author yootheme.com
* @copyright Copyright (C) 2008 YOOtheme. All rights reserved.
* @license GNU/GPL
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
?>
<div class="thumbnail">
<div class="polaroid-m">
<div class="polaroid-l">
<div class="polaroid-r">
<div class="tape"></div>
<a href="<?php echo $thumb['img']; ?>" title="<?php echo $thumb['name']; ?>" <?php echo $a_attribs; ?>>
<img src="<?php echo $thumb['thumb']; ?>" alt="<?php echo $thumb['name']; ?>" width="<?php echo $thumb['thumb_width']; ?>" height="<?php echo $thumb['thumb_height']; ?>" />
</a>
</div>
</div>
</div>
</div>