diff options
| author | Michael Miday <midaym@gmail.com> | 2015-09-14 16:25:36 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-09-14 16:25:36 +0200 |
| commit | 70f1b08c69c483122717979a7e91c6eed20cbed9 (patch) | |
| tree | 5cbab66bfff3365a6d8bf8e750de757ae2c5a573 /phpBB/styles/prosilver/template/viewtopic_print.html | |
| parent | fe0e9b2e4c0b83aa00a3f7bbecc82446a7f28bc0 (diff) | |
| download | forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.gz forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.bz2 forums-70f1b08c69c483122717979a7e91c6eed20cbed9.tar.xz forums-70f1b08c69c483122717979a7e91c6eed20cbed9.zip | |
[ticket/14139] Add class of IDs to html tags
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_print.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_print.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html index f65f1ab542..796111dd3c 100644 --- a/phpBB/styles/prosilver/template/viewtopic_print.html +++ b/phpBB/styles/prosilver/template/viewtopic_print.html @@ -10,8 +10,8 @@ <!-- EVENT viewtopic_print_head_append --> </head> <body id="phpbb"> -<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"> <h1>{SITENAME}</h1> @@ -21,7 +21,7 @@ <p><a href="{U_TOPIC}">{U_TOPIC}</a></p> </div> - <div id="page-body"> + <div id="page-body" class="page-body"> <div class="page-number">{PAGE_NUMBER}</div> <!-- BEGIN postrow --> <div class="post"> @@ -34,7 +34,7 @@ <!-- END postrow --> </div> - <div id="page-footer"> + <div id="page-footer" class="page-footer"> <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div> <div class="copyright">Powered by phpBB® Forum Software © phpBB Limited<br />https://www.phpbb.com/</div> </div> |
