Skip to content

Commit

Permalink
Update mod_wrapper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BaleshSrle committed Mar 24, 2018
1 parent 604a324 commit 12ffc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mod_wrapper/mod_wrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
$target = htmlspecialchars($params->get('target'), ENT_COMPAT, 'UTF-8');
$width = htmlspecialchars($params->get('width'), ENT_COMPAT, 'UTF-8');
$height = htmlspecialchars($params->get('height'), ENT_COMPAT, 'UTF-8');
$scroll = htmlspecialchars($params->get('scrolling'), ENT_COMPAT, 'UTF-8');
$frameborder = htmlspecialchars($params->get('frameborder'), ENT_COMPAT, 'UTF-8');
$scroll = htmlspecialchars($params->get('overflow'), ENT_COMPAT, 'UTF-8');
$frameborder = htmlspecialchars($params->get('border'), ENT_COMPAT, 'UTF-8');
$ititle = $module->title;

require ModuleHelper::getLayoutPath('mod_wrapper', $params->get('layout', 'default'));

0 comments on commit 12ffc04

Please sign in to comment.