Backed out my invalid change.

git-svn-id: https://develop.svn.wordpress.org/trunk@544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-11-12 01:30:40 +00:00
parent 082180b728
commit eace2c3002
1 changed files with 3 additions and 3 deletions

View File

@ -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;