[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/components/com_user/views/login/tmpl/ -> default.php (source)

   1  <?php defined('_JEXEC') or die('Restricted access'); ?>
   2  <?php if ($this->params->get( 'show_page_title', 1)) : ?>
   3  <div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
   4      <?php echo $this->escape($this->params->get('page_title')); ?>
   5  </div>
   6  <?php endif; ?>
   7  <?php echo $this->loadTemplate($this->type); ?>
   8  


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