| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php // @version $Id: default_error.php 11917 2009-05-29 19:37:05Z ian $ 2 defined('_JEXEC') or die('Restricted access'); 3 ?> 4 5 <h2 class="error<?php $this->escape($this->params->get( 'pageclass_sfx' )) ?>"> 6 <?php echo JText::_('Error') ?> 7 </h2> 8 <div class="error<?php echo $this->escape($this->params->get( 'pageclass_sfx' )) ?>"> 9 <p><?php echo $this->escape($this->error); ?></p> 10 </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 |