[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/templates/beez/html/com_user/user/ -> 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  <?php if($this->params->get('show_page_title',1)) : ?>
   5  <h2 class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')) ?>">
   6      <?php echo $this->escape($this->params->get('page_title')) ?>
   7  </h2>
   8  <?php endif; ?>
   9  <h1 class="componentheading">
  10      <?php echo JText::_('Welcome!'); ?>
  11  </h1>
  12  
  13  <div class="contentdescription">
  14      <?php echo $this->params->get('welcome_desc', JText::_( 'WELCOME_DESC' ));; ?>
  15  </div>


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