diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2015-12-22 20:01:22 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2015-12-22 20:02:44 +0100 |
| commit | c02fc0f63fb8098cd4096481ad27b31f8069d5d1 (patch) | |
| tree | 2cfea674e02fe8d3b4254efc57ffaa2430075f3a /phpBB/adm/style/installer_header.html | |
| parent | d033597c5d34fa27e4e07943882ca3d7e1d3926e (diff) | |
| download | forums-c02fc0f63fb8098cd4096481ad27b31f8069d5d1.tar forums-c02fc0f63fb8098cd4096481ad27b31f8069d5d1.tar.gz forums-c02fc0f63fb8098cd4096481ad27b31f8069d5d1.tar.bz2 forums-c02fc0f63fb8098cd4096481ad27b31f8069d5d1.tar.xz forums-c02fc0f63fb8098cd4096481ad27b31f8069d5d1.zip | |
[ticket/14378] Use consistent template variable paths
PHPBB3-14378
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"> |
