trail(); } } /** * Lists of files to be loaded for theme options module * * @since Bizart 1.0 */ function bizart_breadcrumb_files( $files ){ $new_files = array( 'class-breadcrumb.php' ); return array_merge( $files, $new_files ); } add_filter( 'bizart_modules_breadcrumb', 'bizart_breadcrumb_files' );