1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

[ticket/11795] Remove PM popup

PHPBB3-11795
This commit is contained in:
Vjacheslav Trushkin
2013-09-06 10:17:10 +03:00
parent 973f4bc887
commit d27bc857f3
3 changed files with 1 additions and 14 deletions

View File

@@ -36,16 +36,12 @@
<link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="screen, projection" />
<![endif]-->
<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
{% set body_attributes %}{{ body_attributes }} data-popup-pm-url="{U_POPUP_PM|e('html_attr')}"{% endset %}
<!-- ENDIF -->
<!-- EVENT overall_header_head_append -->
{$STYLESHEETS}
</head>
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}"{{ body_attributes }}>
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div id="wrap">
<a id="top" accesskey="t"></a>