?>
					</menu>
				</div>
			</div>
			<div id="top_bar_fixed">
				<div class="menu-search-bar">
					<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 
}
?>
require_once 'C:\\xampp\\htdocs\\iot.calit2.uci.edu\\system\\libraries\\template_lite\\plugins\\function.menu.php';
$this->register_function("menu", "tpl_function_menu");
require_once 'C:\\xampp\\htdocs\\iot.calit2.uci.edu\\system\\libraries\\template_lite\\plugins\\function.helper.php';
$this->register_function("helper", "tpl_function_helper");
/* V2.10 Template Lite 4 January 2007  (c) 2005-2007 Mark Dickenson. All rights reserved. Released LGPL. 2016-02-06 00:40:36 Pacific Standard Time */
?>

			</div>
		</div>
		<?php 
echo tpl_function_helper(array('func_name' => 'show_banner_place', 'module' => 'banners', 'func_param' => 'bottom-banner'), $this);
?>
		<div class="footer" style="background-color:#FFFFFF; height:100px">
			<div class="content">
				<?php 
echo tpl_function_menu(array('gid' => 'user_footer_menu'), $this);
?>
				<!--div class="copyright"><?php 
if ($this->_vars['DEMO_MODE']) {
    echo $this->_vars['demo_copyright'];
} else {
    ?>
&copy;&nbsp;2000-2015&nbsp;<a href="http://www.pilotgroup.net">PilotGroup.NET</a> Powered by <a href="http://www.datingpro.com/">PG Dating Pro</a><?php 
}
?>
</div-->
				<div class="copyright"><center>Copyright&nbsp;&copy;&nbsp;2015-2016&nbsp;Calit2 IoTOC</center></div>
				</br>
			</div>
		</div>
		<?php