[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/templates/beez/html/com_weblinks/category/ -> default.php (source)

   1  <?php // @version $Id: default.php 11917 2009-05-29 19:37:05Z ian $
   2  defined('_JEXEC') or die('Restricted access');
   3  ?>
   4  
   5  <?php if ($this->params->get('show_page_title', 1)) : ?>
   6  <h1 class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
   7      <?php echo $this->escape($this->params->get('page_title')); ?>
   8  </h1>
   9  <?php endif; ?>
  10  
  11  
  12  <div class="weblinks<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
  13  
  14      <?php if ( $this->category->image || $this->category->description) : ?>
  15      <div class="contentdescription<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
  16  
  17          <?php if ($this->category->image) :
  18              echo $this->category->image;
  19          endif; ?>
  20  
  21          <?php echo $this->category->description; ?>
  22  
  23          <?php if ($this->category->image) : ?>
  24          <div class="wrap_image">&nbsp;</div>
  25          <?php endif; ?>
  26  
  27      </div>
  28      <?php endif; ?>
  29  
  30      <?php echo $this->loadTemplate('items'); ?>
  31  
  32  </div>


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