diff --git a/functions.php b/functions.php
index 0e1234e..e207edf 100644
--- a/functions.php
+++ b/functions.php
@@ -31,33 +31,33 @@ if (!defined('roots_container_class')) {
function get_roots_stylesheets() {
$roots_css_framework = get_option('roots_css_framework');
- $css_uri = get_stylesheet_directory_uri();
+ $template_uri = get_template_directory_uri();
$styles = '';
if ($roots_css_framework === 'blueprint') {
- $styles .= "\n";
+ $styles .= "\n";
} elseif ($roots_css_framework === '960gs_12' || $roots_css_framework === '960gs_16') {
- $styles .= "\n";
- $styles .= "\t\n";
- $styles .= "\t\n";
+ $styles .= "\n";
+ $styles .= "\t\n";
+ $styles .= "\t\n";
} elseif ($roots_css_framework === '960gs_24') {
- $styles .= "\n";
- $styles .= "\t\n";
- $styles .= "\t\n";
+ $styles .= "\n";
+ $styles .= "\t\n";
+ $styles .= "\t\n";
} elseif ($roots_css_framework === '1140') {
- $styles .= "\n";
+ $styles .= "\n";
}
if (class_exists('RGForms')) {
$styles .= "\t\n";
}
- $styles .= "\t\n";
+ $styles .= "\t\n";
if ($roots_css_framework === 'blueprint') {
- $styles .= "\t\n";
+ $styles .= "\t\n";
} elseif ($roots_css_framework === '1140') {
- $styles .= "\t\n";
+ $styles .= "\t\n";
}
return $styles;
diff --git a/header.php b/header.php
index 78e92d8..578a51c 100644
--- a/header.php
+++ b/header.php
@@ -14,15 +14,15 @@
-
+
-
+
-
+
-
+