File Manager

Current Path : /webspace/www.babilon.be/html/leguide/wp-content/themes/travelify/
Upload File :
Current File : //webspace/www.babilon.be/html/leguide/wp-content/themes/travelify/search.php

<?php
/**
 * Displays the search results of the theme.
 *
 */
?>

<?php get_header(); ?>

<?php
	/**
	 * travelify_before_main_container hook
	 */
	do_action( 'travelify_before_main_container' );
?>

<div id="container">
	<?php
		/**
		 * travelify_main_container hook
		 *
		 * HOOKED_FUNCTION_NAME PRIORITY
		 *
		 * travelify_content 10
		 */
		do_action( 'travelify_main_container' );
	?>
</div><!-- #container -->

<?php
	/**
	 * travelify_after_main_container hook
	 */
	do_action( 'travelify_after_main_container' );
?>

<?php get_footer(); ?>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com