summaryrefslogtreecommitdiffstats
path: root/application/views/header.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-06-09 00:33:32 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-06-09 00:33:32 +0200
commit3a5c68fd37579ef7fae8114f16be2b53947c0135 (patch)
treebee5e3eaf4c2eb684d3500350fec96df5ac6c805 /application/views/header.php
parent51ebe79aa0fc50df691f442a73e3ac34a08179a0 (diff)
update to bootstrap 2.3.2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/header.php')
-rw-r--r--application/views/header.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/views/header.php b/application/views/header.php
index 6e73003bc..23d4104bf 100644
--- a/application/views/header.php
+++ b/application/views/header.php
@@ -14,8 +14,7 @@ if (is_cli_client() && !isset($force_full_html)) {
<meta name="author" content="">
<link href="<?php echo link_with_mtime("/data/css/ui-lightness/jquery-ui-1.8.23.custom.css"); ?>" rel="stylesheet">
- <link href="<?php echo link_with_mtime("/data/css/bootstrap-2.1.1.min.css"); ?>" rel="stylesheet">
- <link href="<?php echo link_with_mtime("/data/css/bootstrap-responsive-2.1.1.min.css"); ?>" rel="stylesheet">
+ <link href="<?php echo link_with_mtime("/data/css/bootstrap-2.3.2.min.css"); ?>" rel="stylesheet">
<link href="<?php echo link_with_mtime("/data/css/style.css"); ?>" rel="stylesheet">
<?php
if (file_exists(FCPATH."data/local/style.css")) {