1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/14378] Use consistent template variable paths

PHPBB3-14378
This commit is contained in:
Marc Alexander
2015-12-22 20:01:22 +01:00
parent d033597c5d
commit c02fc0f63f
4 changed files with 10 additions and 10 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">