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
This commit is contained in:
talonos
2016-02-12 18:51:32 +00:00
parent ff37120dae
commit 1e3ef7e64c
64 changed files with 5754 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!-- 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 -->