[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/components/com_newsfeeds/views/category/tmpl/ -> default.php (source)

   1  <?php // no direct access
   2  defined('_JEXEC') or die('Restricted access'); ?>
   3  <?php if ( $this->params->get( 'show_page_title', 1 ) ) : ?>
   4      <div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"><?php echo $this->escape($this->params->get('page_title')); ?></div>
   5  <?php endif; ?>
   6  
   7  <table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" class="contentpane<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
   8  <?php if ( @$this->image || @$this->category->description ) : ?>
   9  <tr>
  10      <td valign="top" class="contentdescription<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
  11      <?php
  12          if ( isset($this->image) ) :  echo $this->image; endif;
  13          echo $this->category->description;
  14      ?>
  15      </td>
  16  </tr>
  17  <?php endif; ?>
  18  <tr>
  19      <td width="60%" colspan="2">
  20      <?php echo $this->loadTemplate('items'); ?>
  21      </td>
  22  </tr>
  23  </table>


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