12 lines
149 B
PHP
Executable File
12 lines
149 B
PHP
Executable File
<div class="inner">
|
|
|
|
<?php
|
|
|
|
print render($searchform);
|
|
if(isset($advancedsearchform)){
|
|
print render($advancedsearchform);
|
|
}
|
|
|
|
?>
|
|
|
|
</div>
|