Files @ 5f9f7ac7fbe6
Branch filter:

Location: hot67beta/modules/mod_random_image/tmpl/default.php

212005584@USHC2X0RND1L.clients.am.health.ge.com
Added a test file
<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<div align="center">
<?php if ($link) : ?>
<a href="<?php echo $link; ?>" target="_self">
<?php endif; ?>
	<?php echo JHTML::_('image', $image->folder.'/'.$image->name, $image->name, array('width' => $image->width, 'height' => $image->height)); ?>
<?php if ($link) : ?>
</a>
<?php endif; ?>
</div>