1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/14039] Fix T_TEMPLATE_PATH constant

PHPBB3-14039
This commit is contained in:
Mate Bartus
2015-10-18 11:22:19 +02:00
parent 85eb6a0bc0
commit afe91fa7d3
2 changed files with 2 additions and 2 deletions

View File

@@ -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">