diff options
Diffstat (limited to 'system/application/views/file')
-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"> |