Make WordPress Core

Changeset 728


Ignore:
Timestamp:
01/06/2004 12:57:17 PM (22 years ago)
Author:
donncha
Message:

Fixed path to class-smarty.php
Removed include of links.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index-smarty.php

    r628 r728  
    99$wpsmarty->cache_dir    = './wp-blogs/main/smartycache';
    1010$wpsmarty->plugin_dir    = './wp-plugins';
    11 require_once( 'b2-include/class-smarty.php' );
     11require_once( 'wp-include/class-smarty.php' );
    1212$blog = 1;
    1313require_once('wp-blog-header.php');
    14 require_once(ABSPATH.'wp-links/links.php');
    1514// not on by default: require_once(ABSPATH.'wp-links/links.weblogs.com.php');
    1615
Note: See TracChangeset for help on using the changeset viewer.