Files
phpbb_mchat-extension-board…/styles/prosilver/template/mchat_portal.html
talonos 1e3ef7e64c local bugfix build
fixed app.php/portal display
fixed if page has ?style=2 or any ? in link as that was breaking the
load scripts
2016-02-12 18:51:32 +00:00

11 lines
296 B
HTML

<!-- IF S_DISPLAY_MCHAT_PORTAL -->
{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
<div class="panel bg1 portal-no-margin">
<div class="inner">
<div class="postbody portal-module-postbody">
<!-- EVENT dmzx_mchat_portal_display -->
</div>
</div>
</div>
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
<!-- ENDIF -->