'."\n";
+echo '
'."\n";
+echo ' Iframe ' . Yii::t('IframeModule.base', 'module configuration') . "\n";
+echo '
'."\n";
+echo \themroc\humhub\modules\iframe\widgets\AdminTabs::widget();
+echo '
'."\n";
+echo ' ' . $content . "\n";
+echo '
'."\n";
+echo '
'."\n";
+
+$this->endContent();
diff --git a/views/layouts/default.php b/views/layouts/default.php
new file mode 100644
index 0000000..ba585c5
--- /dev/null
+++ b/views/layouts/default.php
@@ -0,0 +1,19 @@
+request->get('frame');
+$size= Yii::$app->getModule('iframe')->getSetting('size', $frame);
+
+if ($size==1)
+ echo $content;
+else
+ echo <<