Changeset 601 for trunk/index-smarty.php
- Timestamp:
- 12/11/2003 12:22:36 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index-smarty.php
r544 r601 9 9 $wpsmarty->cache_dir = './wp-blogs/main/smartycache'; 10 10 $wpsmarty->plugin_dir = './wp-plugins'; 11 require_once( 'b2-include/ smarty.inc.php' );11 require_once( 'b2-include/class-smarty.php' ); 12 12 $blog = 1; 13 require_once(' blog.header.php');13 require_once('wp-blog-header.php'); 14 14 require_once($abspath.'wp-links/links.php'); 15 15 // not on by default: require_once($abspath.'wp-links/links.weblogs.com.php'); … … 27 27 $content .= $wpsmarty->fetch( 'post.html' ); 28 28 ob_start(); 29 include($abspath . ' b2comments.php');29 include($abspath . 'wp-comments.php'); 30 30 $txt = ob_get_contents(); 31 31 ob_end_clean();
Note: See TracChangeset
for help on using the changeset viewer.