From c66a6d60d6c04d8ceaac1992a11c931f9461e059 Mon Sep 17 00:00:00 2001 From: donncha Date: Sat, 10 Jan 2004 13:11:32 +0000 Subject: [PATCH] Tiny typo fixed. git-svn-id: http://svn.automattic.com/wordpress/trunk@750 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- index-smarty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index-smarty.php b/index-smarty.php index 0cc8376eb8..a2fff474b6 100644 --- a/index-smarty.php +++ b/index-smarty.php @@ -8,7 +8,7 @@ $wpsmarty->template_dir = './wp-blogs/main/templates'; $wpsmarty->compile_dir = './wp-blogs/main/templates_c'; $wpsmarty->cache_dir = './wp-blogs/main/smartycache'; $wpsmarty->plugin_dir = './wp-plugins'; -require_once( 'wp-include/class-smarty.php' ); +require_once( 'wp-includes/class-smarty.php' ); $blog = 1; require_once('wp-blog-header.php'); // not on by default: require_once(ABSPATH.'wp-links/links.weblogs.com.php');