Files @ 8a01940f05b5
Branch filter:

Location: hot67beta/components/com_search/views/search/tmpl/default_error.php

root@protofusion.org
Removed test file.
1
2
3
4
5
6
7
8
9
<?php defined('_JEXEC') or die('Restricted access'); ?>

<table class="searchintro<?php echo $this->params->get( 'pageclass_sfx' ); ?>">
	<tr>
		<td colspan="3" >
			<?php echo $this->escape($this->error); ?>
		</td>
	</tr>
</table>