mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-25 17:41:25 +02:00
[ticket/14139] Add class of IDs to html tags
This commit is contained in:
@@ -71,13 +71,13 @@
|
||||
|
||||
<!-- EVENT overall_header_body_before -->
|
||||
|
||||
<div id="wrap">
|
||||
<a id="top" class="anchor" accesskey="t"></a>
|
||||
<div id="wrap" class="wrap">
|
||||
<a id="top" class="top-anchor" accesskey="t"></a>
|
||||
<div id="page-header">
|
||||
<div class="headerbar" role="banner">
|
||||
<div class="inner">
|
||||
|
||||
<div id="site-description">
|
||||
<div id="site-description" class="site-description">
|
||||
<a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->">{SITE_LOGO_IMG}</a>
|
||||
<h1>{SITENAME}</h1>
|
||||
<p>{SITE_DESCRIPTION}</p>
|
||||
@@ -107,7 +107,7 @@
|
||||
<!-- EVENT overall_header_page_body_before -->
|
||||
|
||||
<a id="start_here" class="anchor"></a>
|
||||
<div id="page-body" role="main">
|
||||
<div id="page-body" class="page-body" role="main">
|
||||
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
|
||||
<div id="information" class="rules">
|
||||
<div class="inner">
|
||||
|
Reference in New Issue
Block a user