Plugin Directory

Changeset 472000


Ignore:
Timestamp:
12/07/2011 02:01:42 PM (14 years ago)
Author:
belinde
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • volleytnt/trunk/volleytnt.php

    r471987 r472000  
    99*/
    1010
    11 define( 'VOLLEYTNT_PATH', dirname( __FILE__ ) );
    12 define( 'VOLLEYTNT_URL', WP_PLUGIN_URL . '/' . basename( VOLLEYTNT_PATH ) );
     11define( 'VOLLEYTNT_PATH', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . 'volleytnt' );
     12define( 'VOLLEYTNT_URL', WP_PLUGIN_URL . '/volleytnt' );
    1313
    1414class VolleyTNT {
     
    6666
    6767        wp_register_style( 'volleytnt_common', $this->url . '/style/common.css' );
    68         wp_register_style( 'volleytnt_jqueryui', $this->url . '/style/jquery-ui-1.8.15.custom.css' );
     68        wp_register_style( 'volleytnt_jqueryui', $this->url . '/style/jqueryui_gray/jquery-ui-1.8.15.custom.css' );
    6969        wp_register_style( 'volleytnt_admin', $this->url . '/style/admin.css', array( 'volleytnt_common', 'volleytnt_jqueryui' ) );
    7070       
Note: See TracChangeset for help on using the changeset viewer.