git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@47 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
13 lines
454 B
PHP
13 lines
454 B
PHP
<?php get_header();?>
|
|
<div id="content">
|
|
<div class="padder">
|
|
|
|
<?php do_action("advance-search");//this is the only line you need?>
|
|
<!-- let the search put the content here -->
|
|
|
|
</div> <!-- end of padder... -->
|
|
|
|
<div class="clear"> </div>
|
|
</div><!-- Container ends here... -->
|
|
<?php locate_template( array( 'sidebar.php' ), true ) ?>
|
|
<?php get_footer();?>
|