File: /home/c1190199/public_html/wp-content/themes/TheProfessional/functions.php
<?php
require_once(TEMPLATEPATH . '/epanel/custom_functions.php');
require_once(TEMPLATEPATH . '/includes/functions/comments.php');
require_once(TEMPLATEPATH . '/includes/functions/sidebars.php');
load_theme_textdomain('Professional',get_template_directory().'/lang');
require_once(TEMPLATEPATH . '/epanel/options_professional.php');
require_once(TEMPLATEPATH . '/epanel/core_functions.php');
require_once(TEMPLATEPATH . '/epanel/post_thumbnails_professional.php');
function register_main_menus() {
register_nav_menus(
array(
'primary-menu' => __( 'Primary Menu' )
)
);
};
if (function_exists('register_nav_menus')) add_action( 'init', 'register_main_menus' );
$wp_ver = substr($GLOBALS['wp_version'],0,3);
if ($wp_ver >= 2.8) include(TEMPLATEPATH . '/includes/widgets.php'); ?>