Files @ 5f9f7ac7fbe6
Branch filter:

Location: hot67beta/templates/beez/html/com_user/login/default.php

212005584@USHC2X0RND1L.clients.am.health.ge.com
Added a test file
<?php // @version $Id: default.php 10822 2008-08-27 17:16:00Z tcp $
defined( '_JEXEC' ) or die( 'Restricted access' );
 ?>
<?php if($this->params->get('show_page_title',1)) : ?>
<h2 class="componentheading<?php echo $this->params->get('pageclass_sfx') ?>">
	<?php echo $this->escape($this->params->get('page_title')) ?>
</h2>
<?php endif; ?>

<?php echo $this->loadTemplate( $this->type );