diff options
Diffstat (limited to 'templates/stylesheets.inc.php')
-rw-r--r-- | templates/stylesheets.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/stylesheets.inc.php b/templates/stylesheets.inc.php index 27c8aad5..7fc3331d 100644 --- a/templates/stylesheets.inc.php +++ b/templates/stylesheets.inc.php @@ -33,4 +33,5 @@ if (is_rtl(Config::get('lang')) <?php } ?> +<link rel="stylesheet" href="<?php echo $web_path; ?>/modules/tinybox/tinybox.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo $web_path; ?>/templates/print.css" type="text/css" media="print" /> |