summaryrefslogtreecommitdiffstats
path: root/templates/show_html5_player.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_html5_player.inc.php')
-rw-r--r--templates/show_html5_player.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_html5_player.inc.php b/templates/show_html5_player.inc.php
index 505909b2..04a25652 100644
--- a/templates/show_html5_player.inc.php
+++ b/templates/show_html5_player.inc.php
@@ -28,6 +28,7 @@ header('Expires: ' . gmdate(DATE_RFC1123, time()-1));
<html>
<head>
<title><?php echo Config::get('site_title'); ?></title>
+<link rel="stylesheet" href="<?php echo Config::get('web_path'); ?>/templates/html5_player.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php echo Config::get('web_path').Config::get('theme_path').'/templates/'.'default.css'; ?>" type="text/css" media="screen" />
<script src="<?php echo Config::get('web_path'); ?>/modules/prototype/prototype.js" language="javascript" type="text/javascript"></script>
<script type="text/javascript">