| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php defined('_JEXEC') or die('Restricted access'); ?> 2 3 <?php if ( $this->params->get( 'show_page_title', 1 ) ) : ?> 4 <div class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>"> 5 <?php echo $this->params->get( 'page_title' ); ?> 6 </div> 7 <?php endif; ?> 8 9 <?php echo $this->loadTemplate('form'); ?> 10 <?php if(!$this->error && count($this->results) > 0) : 11 echo $this->loadTemplate('results'); 12 else : 13 echo $this->loadTemplate('error'); 14 endif; ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |