Moving foundation js files out of common library folder to its own folder

This commit is contained in:
Corey Wagehoft
2011-11-02 20:25:34 -05:00
parent f98617ef96
commit 6884ebfe5e
7 changed files with 6 additions and 6 deletions

View File

@@ -76,13 +76,13 @@ function roots_foundation_head() {
$template_uri = get_template_directory_uri();
if ($roots_css_framework === 'foundation') {
echo "\t<!-- Combine and Compress These Javascript Files -->\n";
echo "\t<script src=\"$template_uri/js/libs/jquery.reveal.js\"></script>\n";
echo "\t<script src=\"$template_uri/js/libs/jquery.orbit-1.3.0.js\"></script>\n";
echo "\t<script src=\"$template_uri/js/libs/forms.jquery.js\"></script>\n";
echo "\t<script src=\"$template_uri/js/libs/jquery.customforms.js\"></script>\n";
echo "\t<script src=\"$template_uri/js/libs/jquery.placeholder.min.js\"></script>\n";
echo "\t<script src=\"$template_uri/js/foundation/jquery.reveal.js\"></script>\n";
echo "\t<script src=\"$template_uri/js/foundation/jquery.orbit-1.3.0.js\"></script>\n";
echo "\t<script src=\"$template_uri/js/foundation/forms.jquery.js\"></script>\n";
echo "\t<script src=\"$template_uri/js/foundation/jquery.customforms.js\"></script>\n";
echo "\t<script src=\"$template_uri/js/foundation/jquery.placeholder.min.js\"></script>\n";
echo "\t<!-- End Combine and Compress Javascript Files -->\n";
echo "\t<script src=\"$template_uri/js/libs/app.js\"></script>\n";
echo "\t<script src=\"$template_uri/js/foundation/app.js\"></script>\n";
echo "\t<!-- IE Fix for HTML 5 Tags -->\n";
echo "\t<!--[if lt IE 9]>\n";
echo "\t\t<script src=\"http://html5shiv.googlecode.com/svn/trunk/html5.js\"></script>\n";