Your IP : 216.73.216.68


Current Path : /home/s/u/n/sunflowe/www2/j15/plugins/content/yoo_gallery/tmpl/
Upload File :
Current File : /home/s/u/n/sunflowe/www2/j15/plugins/content/yoo_gallery/tmpl/_thumbnail_plain.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">
	<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>