[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/administrator/components/com_media/views/imageslist/tmpl/ -> default_image.php (source)

   1  <?php defined('_JEXEC') or die('Restricted access'); ?>
   2          <div class="item">
   3              <a href="javascript:ImageManager.populateFields('<?php echo $this->_tmp_img->path_relative; ?>')">
   4                  <img src="<?php echo $this->baseURL.'/'.$this->_tmp_img->path_relative; ?>"  width="<?php echo $this->_tmp_img->width_60; ?>" height="<?php echo $this->_tmp_img->height_60; ?>" alt="<?php echo $this->_tmp_img->name; ?> - <?php echo MediaHelper::parseSize($this->_tmp_img->size); ?>" />
   5                  <span><?php echo $this->_tmp_img->name; ?></span></a>
   6          </div>


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