Skip to content

Commit

Permalink
Update call to framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tadlock committed Aug 23, 2012
1 parent 736a05d commit f962cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Expand Up @@ -28,8 +28,8 @@
*/ */


/* Load the core theme framework. */ /* Load the core theme framework. */
require_once( trailingslashit( TEMPLATEPATH ) . 'library/hybrid.php' ); require_once( trailingslashit( get_template_directory() ) . 'library/hybrid.php' );
$theme = new Hybrid(); new Hybrid();


/* Do theme setup on the 'after_setup_theme' hook. */ /* Do theme setup on the 'after_setup_theme' hook. */
add_action( 'after_setup_theme', 'hybrid_theme_setup_theme' ); add_action( 'after_setup_theme', 'hybrid_theme_setup_theme' );
Expand Down

0 comments on commit f962cda

Please sign in to comment.