| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // @version $Id: default.php 11917 2009-05-29 19:37:05Z ian $ 2 defined('_JEXEC') or die('Restricted access'); 3 ?> 4 5 <?php if($this->params->get('show_page_title',1)) : ?> 6 <h2 class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')) ?>"> 7 <?php echo $this->escape($this->params->get('page_title')) ?> 8 </h2> 9 <?php endif; ?> 10 11 <div id="page"> 12 13 <?php if (!$this->error) : 14 echo $this->loadTemplate('results'); 15 else : 16 echo $this->loadTemplate('error'); 17 endif; ?> 18 19 <?php echo $this->loadTemplate('form'); ?> 20 </div>
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 |