diff options
Diffstat (limited to 'phpBB/adm/style/installer_header.html')
| -rw-r--r-- | phpBB/adm/style/installer_header.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/installer_header.html b/phpBB/adm/style/installer_header.html index c4c3427fdb..775caa7c67 100644 --- a/phpBB/adm/style/installer_header.html +++ b/phpBB/adm/style/installer_header.html @@ -6,7 +6,7 @@  	<!-- IF META -->{META}<!-- ENDIF -->  	<title>{PAGE_TITLE}</title> -	<link href="{T_TEMPLATE_PATH}admin.css" rel="stylesheet" type="text/css" media="screen" /> +	<link href="{T_TEMPLATE_PATH}/admin.css" rel="stylesheet" type="text/css" media="screen" />  </head>  <body class="{S_CONTENT_DIRECTION} nojs">  | 
