blob: 7b457efe9075cfb2801199e6c7fa42744b27633c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
$this->breadcrumbs=array(
'Search',
);?>
<h1><?php echo $this->id . '/' . $this->action->id; ?></h1>
<p>
You may change the content of this page by modifying
the file <tt><?php echo __FILE__; ?></tt>.
</p>
|