Skip to content
Snippets Groups Projects

hotline #72470 : undo unwanted iframes css customization removal

Compare and
2 files
+ 3
0
Preferences
Compare changes
Files
2
<?php
Class_ScriptLoader::getInstance()->addSkinStyleSheet('iframe');
ob_start();
echo $this->render($this->actionScript);
$html_contents = ob_get_contents();