From eace2c3002381165a2553a02aa9671df8cfec776 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Wed, 12 Nov 2003 01:30:40 +0000 Subject: [PATCH] Backed out my invalid change. git-svn-id: https://develop.svn.wordpress.org/trunk@544 602fd350-edb4-49c9-b593-d223f7449a82 --- index-smarty.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index-smarty.php b/index-smarty.php index e63e0ecedc..bc2436f2a5 100644 --- a/index-smarty.php +++ b/index-smarty.php @@ -4,9 +4,9 @@ require_once( 'Smarty.class.php' ); $wpsmarty = new Smarty; -$wpsmarty->template_dir = './wp-sitetemplates/main/templates'; -$wpsmarty->compile_dir = './wp-sitetemplates/main/templates_c'; -$wpsmarty->cache_dir = './wp-sitetemplates/main/smartycache'; +$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/smarty.inc.php' ); $blog = 1;