diff options
Diffstat (limited to 'templates/show_denied.inc.php')
-rw-r--r-- | templates/show_denied.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_denied.inc.php b/templates/show_denied.inc.php index 1b59cf08..74afe4ef 100644 --- a/templates/show_denied.inc.php +++ b/templates/show_denied.inc.php @@ -25,9 +25,9 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Ampache -- Debug Page</title> +<link rel="stylesheet" href="<?php echo Config::get('web_path'); ?>/templates/install.css" type="text/css" media="screen" /> </head> <body bgcolor="#f0f0f0"> -<link rel="stylesheet" href="<?php echo Config::get('web_path'); ?>/templates/install.css" type="text/css" media="screen" /> <div id="header"> <h1>Ampache :: <?php echo _('Access Denied'); ?></h1> <p>This Event has been logged</p> |