1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12404] Adds a new event before and after the Timezone display

PHPBB3-12404
This commit is contained in:
Crizzo
2014-04-16 21:03:03 +02:00
parent b305364b27
commit 23bf9d0c42
3 changed files with 21 additions and 1 deletions

View File

@@ -4,7 +4,9 @@
<td class="row1">
<p class="breadcrumbs"><!-- IF U_SITE_HOME --><a href="{U_SITE_HOME}"{$MICRODATA}>{L_SITE_HOME}</a> <strong>&#187;</strong> <!-- ENDIF --><a href="{U_INDEX}"{$MICRODATA}>{L_INDEX}</a><!-- BEGIN navlinks --> &#187; <a href="{navlinks.U_VIEW_FORUM}"{$MICRODATA}>{navlinks.FORUM_NAME}</a><!-- END navlinks -->
<!-- EVENT overall_header_breadcrumb_append --></p>
<!-- EVENT overall_footer_timezone_prepend -->
<p class="datetime">{S_TIMEZONE}</p>
<!-- EVENT overall_footer_timezone_append -->
</td>
</tr>
</table>