fixed app.php/portal display fixed if page has ?style=2 or any ? in link as that was breaking the load scripts
11 lines
296 B
HTML
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 --> |