[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

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

   1  <?php // no direct access
   2  defined('_JEXEC') or die('Restricted access'); ?>
   3  <?php if ( $this->params->def( 'show_page_title', 1 ) ) : ?>
   4      <div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
   5          <?php echo $this->escape($this->params->get('page_title')); ?>
   6      </div>
   7  <?php endif; ?>
   8  
   9  <table cellpadding="0" cellspacing="0" border="0" width="100%">
  10  <tr>
  11      <td>
  12          <?php echo nl2br($this->escape($this->params->get('welcome_desc', JText::_( 'WELCOME_DESC' )))); ?>
  13      </td>
  14  </tr>
  15  </table>


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