Updated adapt.js css path - fixes #138

This commit is contained in:
Scott Walkinshaw
2011-09-21 08:24:35 -06:00
parent 913765707d
commit 1f2a8f6f37

View File

@@ -53,7 +53,7 @@ function roots_adapt_head() {
if ($roots_css_framework === 'adapt') {
echo "\n\t<script>\n";
echo "\t\tvar ADAPT_CONFIG = {\n";
echo "\t\t\tpath: '/css/adapt/',\n";
echo "\t\t\tpath: '$template_uri/css/adapt/',\n";
echo "\t\t\tdynamic: true,\n";
echo "\t\t\trange: [\n";
echo "\t\t\t\t'0px to 760px = mobile.css',\n";
@@ -175,4 +175,4 @@ function roots_page_breadcrumb() {
}
}
?>
?>