mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12369] White-space cleanup [ticket/12369] Removed template vars initial state [ticket/12369] Added ACP vars [ticket/12369] Add template var {BODY_CLASS} to HTML body
This commit is contained in:
commit
1c434fd713
6 changed files with 6 additions and 6 deletions
|
@ -110,7 +110,7 @@ function popup(url, width, height, name)
|
|||
|
||||
</head>
|
||||
|
||||
<body class="{S_CONTENT_DIRECTION} nojs">
|
||||
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS} nojs">
|
||||
|
||||
<!-- EVENT acp_overall_header_body_before -->
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ function find_username(url)
|
|||
<!-- EVENT acp_simple_header_head_append -->
|
||||
</head>
|
||||
|
||||
<body class="{S_CONTENT_DIRECTION}">
|
||||
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}">
|
||||
|
||||
<!-- EVENT acp_simple_header_body_before -->
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
{$STYLESHEETS}
|
||||
|
||||
</head>
|
||||
<body id="phpbb" class="nojs section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
|
||||
<body id="phpbb" class="nojs section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}">
|
||||
|
||||
<!-- EVENT overall_header_body_before -->
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
</head>
|
||||
|
||||
<body id="phpbb" class="nojs {S_CONTENT_DIRECTION}">
|
||||
<body id="phpbb" class="nojs {S_CONTENT_DIRECTION} {BODY_CLASS}">
|
||||
|
||||
<!-- EVENT simple_header_body_before -->
|
||||
|
||||
|
|
|
@ -132,7 +132,7 @@ function marklist(id, name, state)
|
|||
{$STYLESHEETS}
|
||||
|
||||
</head>
|
||||
<body class="{S_CONTENT_DIRECTION}">
|
||||
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}">
|
||||
|
||||
<!-- EVENT overall_header_body_before -->
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<link rel="stylesheet" href="{T_STYLESHEET_LANG_LINK}" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body class="{S_CONTENT_DIRECTION}">
|
||||
<body class="{S_CONTENT_DIRECTION} {BODY_CLASS}">
|
||||
<!-- EVENT simple_header_body_before -->
|
||||
<a name="top"></a>
|
||||
<div id="wrapcentre">
|
||||
|
|
Loading…
Add table
Reference in a new issue