Updated adapt.js css path - fixes #138
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user