Changeset 1133070
- Timestamp:
- 04/12/2015 09:45:17 AM (11 years ago)
- File:
-
- 1 edited
-
simple-wp-testimonials/trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-wp-testimonials/trunk/index.php
r1132652 r1133070 12 12 function plugin_testimonial_themes_css() { 13 13 wp_enqueue_style( 'testimonials-css', plugin_dir_url( __FILE__ ) . 'css/style.css' ); 14 wp_enqueue_script( 'jcarousellite-js', plugin_dir_url( __FILE__ ) . 'js/jcarousellite_1.0.1c5.js' ); 14 15 } 15 16 … … 19 20 require_once(dirname(__FILE__) . '/admin-functions.php'); 20 21 require_once(dirname(__FILE__) . '/shortcode.php'); 21 22 require_once(dirname(__FILE__) . '/widgets.php'); 22 23 require_once(dirname(__FILE__) . '/author-image.php'); 23 24
Note: See TracChangeset
for help on using the changeset viewer.