PluginProbe
Smart Forms – when you need more than just a contact form / trunk
Smart Forms – when you need more than just a contact form vtrunk
trunk 0.5 0.5.5 0.6 0.7 0.8 0.8.5 0.9.1
smart-forms / smart-forms-bootstrap.php

smart-forms-bootstrap.php in Smart Forms – when you need more than just a contact form trunk, at smart-forms-bootstrap.php

13 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 wp_enqueue_script('jquery');
3 wp_enqueue_script('isolated-slider',SMART_FORMS_DIR_URL.'js/rednao-isolated-jq.js',array('jquery'),SMART_FORMS_FILE_VERSION);
4 wp_enqueue_script('rednao-commons',SMART_FORMS_DIR_URL.'js/utilities/rnCommons.js',array('isolated-slider'),SMART_FORMS_FILE_VERSION);
5 wp_enqueue_style('smart-forms-bootstrap-theme',SMART_FORMS_DIR_URL.'css/bootstrap/bootstrap-theme.css',array(),SMART_FORMS_FILE_VERSION);
6 wp_enqueue_style('smart-forms-bootstrap',SMART_FORMS_DIR_URL.'css/bootstrap/bootstrap-scopped.css',array(),SMART_FORMS_FILE_VERSION);
7 wp_enqueue_style('smart-forms-ladda',SMART_FORMS_DIR_URL.'css/bootstrap/ladda-themeless.min.css',array(),SMART_FORMS_FILE_VERSION);
8 wp_enqueue_style('smart-forms-fontawesome',SMART_FORMS_DIR_URL.'css/bootstrap/font-awesome.min.css',array(),SMART_FORMS_FILE_VERSION);
9
10 wp_enqueue_script('smart-forms-bootstrap-theme',SMART_FORMS_DIR_URL.'js/bootstrap/bootstrapUtils.js',array('isolated-slider','smart-forms-bootstrap-js'),SMART_FORMS_FILE_VERSION);
11 wp_enqueue_script('smart-forms-bootstrap-js',SMART_FORMS_DIR_URL.'js/bootstrap/bootstrap.min.js',array('isolated-slider'),SMART_FORMS_FILE_VERSION);
12 wp_enqueue_script('smart-forms-spin-js',SMART_FORMS_DIR_URL.'js/bootstrap/spin.min.js',array(),SMART_FORMS_FILE_VERSION);
13 wp_enqueue_script('smart-forms-ladda-js',SMART_FORMS_DIR_URL.'js/bootstrap/ladda.min.js',array('smart-forms-spin-js'),SMART_FORMS_FILE_VERSION);