[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/modules/mod_random_image/tmpl/ -> default.php (source)

   1  <?php // no direct access
   2  defined('_JEXEC') or die('Restricted access'); ?>
   3  <div align="center">
   4  <?php if ($link) : ?>
   5  <a href="<?php echo $link; ?>" target="_self">
   6  <?php endif; ?>
   7      <?php echo JHTML::_('image', $image->folder.'/'.$image->name, $image->name, array('width' => $image->width, 'height' => $image->height)); ?>
   8  <?php if ($link) : ?>
   9  </a>
  10  <?php endif; ?>
  11  </div>


Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1