Make WordPress Core

Changeset 601 for trunk/index-smarty.php


Ignore:
Timestamp:
12/11/2003 12:22:36 AM (21 years ago)
Author:
saxmatt
Message:

The great renaming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index-smarty.php

    r544 r601  
    99$wpsmarty->cache_dir    = './wp-blogs/main/smartycache';
    1010$wpsmarty->plugin_dir    = './wp-plugins';
    11 require_once( 'b2-include/smarty.inc.php' );
     11require_once( 'b2-include/class-smarty.php' );
    1212$blog = 1;
    13 require_once('blog.header.php');
     13require_once('wp-blog-header.php');
    1414require_once($abspath.'wp-links/links.php');
    1515// not on by default: require_once($abspath.'wp-links/links.weblogs.com.php');
     
    2727        $content .= $wpsmarty->fetch( 'post.html' );
    2828        ob_start();
    29         include($abspath . 'b2comments.php');
     29        include($abspath . 'wp-comments.php');
    3030        $txt = ob_get_contents();
    3131        ob_end_clean();
Note: See TracChangeset for help on using the changeset viewer.