function osclassclsx_footer_scripts()
 {
     // Load scripts in the footer
     // osc_register_script('foundation-js', osc_current_web_theme_url('assets/js/foundation.js'));
     // // osc_enqueue_script('foundation-js');
     osc_load_scripts();
 }
Exemple #2
0
function admin_theme_js()
{
    ?>
    <!-- scripts
    ================================================== -->
    <?php 
    osc_load_scripts();
}
Exemple #3
0
function admin_theme_js()
{
    osc_load_scripts();
}