Changeset 472000
- Timestamp:
- 12/07/2011 02:01:42 PM (14 years ago)
- File:
-
- 1 edited
-
volleytnt/trunk/volleytnt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
volleytnt/trunk/volleytnt.php
r471987 r472000 9 9 */ 10 10 11 define( 'VOLLEYTNT_PATH', dirname( __FILE__ ));12 define( 'VOLLEYTNT_URL', WP_PLUGIN_URL . '/ ' . basename( VOLLEYTNT_PATH ));11 define( 'VOLLEYTNT_PATH', WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . 'volleytnt' ); 12 define( 'VOLLEYTNT_URL', WP_PLUGIN_URL . '/volleytnt' ); 13 13 14 14 class VolleyTNT { … … 66 66 67 67 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' ); 69 69 wp_register_style( 'volleytnt_admin', $this->url . '/style/admin.css', array( 'volleytnt_common', 'volleytnt_jqueryui' ) ); 70 70
Note: See TracChangeset
for help on using the changeset viewer.