diff --git a/views/theme/bootstrap/page.php b/views/theme/bootstrap/page.php
index 35123ec..c1c5181 100644
--- a/views/theme/bootstrap/page.php
+++ b/views/theme/bootstrap/page.php
@@ -1,8 +1,8 @@
-
-
+ title ? ' - '.$meta->title : '' ?>
+
@@ -14,7 +14,7 @@
= Kohana::TESTING OR Request::current()->secure()) {
+ if (Kohana::$environment >= Kohana::TESTING OR (Request::current() AND Request::current()->secure())) {
echo HTML::style('media/theme/bootstrap/css/bootstrap.min.css');
echo HTML::style('media/theme/bootstrap/css/bootstrap-theme.min.css');
echo HTML::style('media/vendor/font-awesome/css/font-awesome.min.css');
@@ -103,7 +103,7 @@
= Kohana::TESTING OR Request::current()->secure()) {
+ if (Kohana::$environment >= Kohana::TESTING OR (Request::current() AND Request::current()->secure())) {
echo HTML::script('media/js/jquery/jquery-1.9.1.min.js');
echo HTML::script('media/theme/bootstrap/js/bootstrap.min.js');
echo HTML::script('media/js/lodash/lodash-1.2.1.min.js');
diff --git a/views/theme/focusbusiness/page.php b/views/theme/focusbusiness/page.php
index 6542126..8325e86 100644
--- a/views/theme/focusbusiness/page.php
+++ b/views/theme/focusbusiness/page.php
@@ -1,7 +1,7 @@
-
+ title ? ' - '.$meta->title : '' ?>