diff --git a/application/layouts/scripts/layout.phtml b/application/layouts/scripts/layout.phtml index 16a245a15..602a0f0c7 100644 --- a/application/layouts/scripts/layout.phtml +++ b/application/layouts/scripts/layout.phtml @@ -11,16 +11,13 @@ if (array_key_exists('_dev', $_GET)) { } $isIframe = isset($_GET['_render']) && $_GET['_render'] === 'iframe'; +$iframeClass = $isIframe ? ' iframe' : ''; ?> - - + - +