mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 16:58:51 +00:00
[feature/events] Added overall_header_head ledge.
This will be used by the trivial-css mod. PHPBB3-9550
This commit is contained in:
parent
da2f0757d7
commit
38e146c8bd
2 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,8 @@
|
||||||
<link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="screen, projection" />
|
<link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="screen, projection" />
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
|
<!-- RUNHOOKS overall_header_head -->
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
|
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
|
||||||
|
|
|
@ -129,6 +129,9 @@ function marklist(id, name, state)
|
||||||
|
|
||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- RUNHOOKS overall_header_head -->
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body class="{S_CONTENT_DIRECTION}">
|
<body class="{S_CONTENT_DIRECTION}">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue