Backed out my invalid change.
git-svn-id: http://svn.automattic.com/wordpress/trunk@544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d50c6931f0
commit
70bbae13c4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue