summaryrefslogtreecommitdiffstats
path: root/application/views/header.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-09-27 22:12:18 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-10-03 14:22:34 +0200
commit64628978d76c19e946754acc922144aff739b83d (patch)
tree431c8c058fbe654f0adff107416bf9cfbf88d85f /application/views/header.php
parent53b51fbf09f101da341fc0c3fb811982d6150631 (diff)
Add colorbox on thumnail pages
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/header.php')
-rw-r--r--application/views/header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/header.php b/application/views/header.php
index 8f246aeb8..ab947bd45 100644
--- a/application/views/header.php
+++ b/application/views/header.php
@@ -16,6 +16,7 @@ if (is_cli_client() && !isset($force_full_html)) {
<link href="<?php echo link_with_mtime("/data/css/ui-lightness/jquery-ui-1.10.3.custom.min.css"); ?>" rel="stylesheet">
<link href="<?php echo link_with_mtime("/data/css/bootstrap.min.css"); ?>" rel="stylesheet">
<link href="<?php echo link_with_mtime("/data/css/style.css"); ?>" rel="stylesheet">
+ <link href="<?php echo link_with_mtime("/data/css/colorbox.css"); ?>" rel="stylesheet">
<?php
if (file_exists(FCPATH."data/local/style.css")) {
echo '<link href="'.link_with_mtime("/data/local/style.css").'" rel="stylesheet">';