<?php ########################################################################### # Copyright Jamit Software 2012, http://www.jamit.com # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file, # You can obtain one at http://mozilla.org/MPL/2.0/. ########################################################################### require_once JB_basedirpath() . 'include/js_menu_functions.php'; // $menu is defined in employer-menu.php or candidate-menu.php template files $active_button = JB_show_menu($jb_menu);
<?php ########################################################################### # Copyright Jamit Software 2012, http://www.jamit.com # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file, # You can obtain one at http://mozilla.org/MPL/2.0/. ########################################################################### require_once JB_basedirpath() . 'include/js_menu_functions.php'; JB_show_menu($jb_menu);