[Fusionforge-commits] r16223 - branches/Branch_5_2/src/www/widgets

Franck VILLAUME nerville at fusionforge.org
Fri Sep 14 13:09:14 CEST 2012


Author: nerville
Date: 2012-09-14 13:09:13 +0200 (Fri, 14 Sep 2012)
New Revision: 16223

Modified:
   branches/Branch_5_2/src/www/widgets/widget.php
Log:
comment undefined function: make iframe to work: thks Thorsten for the tip

Modified: branches/Branch_5_2/src/www/widgets/widget.php
===================================================================
--- branches/Branch_5_2/src/www/widgets/widget.php	2012-09-09 09:18:54 UTC (rev 16222)
+++ branches/Branch_5_2/src/www/widgets/widget.php	2012-09-14 11:09:13 UTC (rev 16223)
@@ -91,7 +91,7 @@
                             break;
                         case 'iframe':
                             echo '<html><head>';
-                            $GLOBALS['HTML']->displayStylesheetElements();
+                            //$GLOBALS['HTML']->displayStylesheetElements();
                             echo '</head><body class="main_body_row contenttable">';
                             $widget->loadContent($instance_id);
                             echo $widget->getContent();




More information about the Fusionforge-commits mailing list