From 9ca634e982dd746c384227ab7ff115926d159e50 Mon Sep 17 00:00:00 2001 From: Donncha O Caoimh Date: Tue, 6 Jan 2004 12:57:17 +0000 Subject: [PATCH] Fixed path to class-smarty.php Removed include of links.php git-svn-id: https://develop.svn.wordpress.org/trunk@728 602fd350-edb4-49c9-b593-d223f7449a82 --- index-smarty.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index-smarty.php b/index-smarty.php index da7f3ae828..0cc8376eb8 100644 --- a/index-smarty.php +++ b/index-smarty.php @@ -8,10 +8,9 @@ $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( 'b2-include/class-smarty.php' ); +require_once( 'wp-include/class-smarty.php' ); $blog = 1; require_once('wp-blog-header.php'); -require_once(ABSPATH.'wp-links/links.php'); // not on by default: require_once(ABSPATH.'wp-links/links.weblogs.com.php'); define( 'NODISPLAY', false );