__( 'Primary Menu', 'colorsnap' ), 'social' => __( 'Social Menu', 'colorsnap' ), 'footer-menu' => __( 'Footer Menu', 'colorsnap' ), ) ); global $content_width; if ( ! isset( $content_width ) ) { $content_width = 800; /* pixels */ } } endif; // colorsnap_setup add_action( 'after_setup_theme', 'colorsnap_setup' ); // Theme Functions include (get_template_directory() . '/functions/theme-functions.php'); include (get_template_directory() . '/functions/widgetize-theme.php'); /* Custom template tags for this theme. */ include (get_template_directory() . '/inc/paginatelinks.php'); include (get_template_directory() . '/inc/widgets.php'); /* Theme customizer */ include (get_template_directory() . '/admin/settings.php'); include (get_template_directory() . '/theme-options.php'); ?>