Changeset 728
- Timestamp:
- 01/06/2004 12:57:17 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/index-smarty.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index-smarty.php
r628 r728 9 9 $wpsmarty->cache_dir = './wp-blogs/main/smartycache'; 10 10 $wpsmarty->plugin_dir = './wp-plugins'; 11 require_once( ' b2-include/class-smarty.php' );11 require_once( 'wp-include/class-smarty.php' ); 12 12 $blog = 1; 13 13 require_once('wp-blog-header.php'); 14 require_once(ABSPATH.'wp-links/links.php');15 14 // not on by default: require_once(ABSPATH.'wp-links/links.weblogs.com.php'); 16 15
Note: See TracChangeset
for help on using the changeset viewer.