<div class="content table-div">
						<!--div class="w30">
							<a href="javascript: history.back();"><i class="fa-arrow-left icon-big w edge hover"></i></a>
						</div-->
						<div class="top_menu">
							<?php 
    if ($this->_vars['auth_type'] == 'user') {
        echo tpl_function_menu(array('gid' => 'user_top_menu', 'template' => 'user_top_menu'), $this);
    } else {
        echo tpl_function_menu(array('gid' => 'guest_main_menu', 'template' => 'user_main_menu'), $this);
    }
    ?>
						</div>
						<div class="righted">
							<?php 
    echo tpl_function_start_search_form(array('type' => 'line'), $this);
    ?>
						</div>
					</div>
				</div>
			</div>
			<div class="clr"></div>
		<?php 
}
?>
		<div class="main">
			<div> <!--class="content"-->     <!--JL commented it-->
				<!--<?php 
echo tpl_function_breadcrumbs(array(), $this);
?>
-->    <!--JL commented it-->
?>

<?php 
$_templatelite_tpl_vars = $this->_vars;
echo $this->_fetch_compile_include($this->general_path . $this->get_current_theme_gid('', '') . "header.tpl", array('load_type' => false));
$this->_vars = $_templatelite_tpl_vars;
unset($_templatelite_tpl_vars);
?>
<h1><?php 
echo tpl_function_seotag(array('tag' => 'header_text'), $this);
?>
</h1>

<div class="pos-rel">
	<?php 
echo tpl_function_start_search_form(array('type' => 'full', 'show_data' => '1', 'object' => 'perfect_match'), $this);
?>
</div>
<div class="content-block">
	<div id="main_users_results">
		<?php 
echo $this->_vars['block'];
?>

	</div>

	<script type="text/javascript"><?php 
echo '
		$(function(){
			loadScripts("';
echo tpl_function_js(array('module' => 'users', 'file' => 'users-list.js', 'return' => 'path'), $this);
    echo l('search_results', 'users', '', 'text', array());
    ?>
: '<?php 
    echo $this->_vars['search_text'];
    ?>
'<?php 
} else {
    ?>
Find company<?php 
}
?>
</h1>

	<div class="pos-rel">
		<?php 
echo tpl_function_start_search_form(array('type' => 'advanced', 'show_data' => '1', 'object' => 'user'), $this);
?>
	</div>
	<div class="content-block">
		<div id="main_users_results">
			<?php 
echo $this->_vars['block'];
?>

		</div>

		<script type="text/javascript"><?php 
echo '
			$(function(){
				loadScripts("';
echo tpl_function_js(array('module' => 'users', 'file' => 'users-list.js', 'return' => 'path'), $this);