diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-09-22 15:46:40 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-09-22 15:49:12 +0200 |
commit | 8a00125ce96b39de0454e81fb8a4892a59317d48 (patch) | |
tree | 61af0eb8311d95e9eba13f53b2d5ba6c30ad232d /system/application | |
parent | 1563e6b6b3f4062ad5013d9b3fd55e8c4d91ad16 (diff) |
split css file
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application')
-rw-r--r-- | system/application/views/file/html_header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/views/file/html_header.php b/system/application/views/file/html_header.php index fcb89d76d..ebb52a433 100644 --- a/system/application/views/file/html_header.php +++ b/system/application/views/file/html_header.php @@ -3,6 +3,7 @@ <head> <title><?php echo $title; ?></title> <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>data/paste.css" /> + <link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>data/paste-<?php echo $current_highlight; ?>.css" /> </head> <body> <div class="top_bar"> |