diff --git a/layouts/joomla/modal/body.php b/layouts/joomla/modal/body.php new file mode 100644 index 0000000000000..a2d82a7e454ee --- /dev/null +++ b/layouts/joomla/modal/body.php @@ -0,0 +1,35 @@ + inside the modal body + * - height string height of the diff --git a/layouts/joomla/modal/main.php b/layouts/joomla/modal/main.php new file mode 100644 index 0000000000000..d3d55682d99b2 --- /dev/null +++ b/layouts/joomla/modal/main.php @@ -0,0 +1,92 @@ + inside the modal body + * - height string height of the " . $footer . "';\n"; - $html .= "});\n"; - $html .= ""; + // Include Bootstrap framework + static::framework(); - return $html; + $layoutData = array( + 'selector' => $selector, + 'params' => $params, + 'body' => $body + ); + + return JLayoutHelper::render('joomla.modal.main', $layoutData); } /**