Plugin Directory

Changeset 613859


Ignore:
Timestamp:
10/17/2012 10:23:12 PM (13 years ago)
Author:
ljasinskipl
Message:

last commit I hope. Removing obsolete file and updating trunk

Location:
trakttv-widgets
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trakttv-widgets/trunk/includes/dashboard/trakttv-dashboard.php

    r613759 r613859  
    1919
    2020    // -- common branded menu LJPL
    21     include_once( LJPL_TTDIARY_DIR .  'includes/dashboard/common-topmenu.php' );
     21    include_once( LJPL_TRAKTTV_DIR .  'includes/dashboard/common-topmenu.php' );
    2222   
    2323    // -- submenu for TraktTV Widget
  • trakttv-widgets/trunk/trakt-widget.php

    r613837 r613859  
    7070        wp_enqueue_style( 'user-trakttv' );
    7171    } elseif(get_option( 'ljpl-trakttv-use-css', 1 ) ) {
    72         wp_register_style( 'trakttvWidgetStyle', LJPL_TRAKTTV_URL . '/assets/csstrakttv.css' );
     72        wp_register_style( 'trakttvWidgetStyle', LJPL_TRAKTTV_URL . '/assets/css/trakttv.css' );
    7373        wp_enqueue_style( 'trakttvWidgetStyle' );
    7474    }
Note: See TracChangeset for help on using the changeset viewer.