Skip to content

Commit

Permalink
Move footer markup at end
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed May 29, 2016
1 parent 9385d06 commit df15f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/modal/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
* - keyboard boolean Closes the modal when escape key is pressed (default = true)
* - closeButton boolean Display modal close button (default = true)
* - animation boolean Fade in from the top of the page (default = true)
* - footer string Optional markup for the modal footer
* - url string URL of a resource to be inserted as an <iframe> inside the modal body
* - height string height of the <iframe> containing the remote resource
* - width string width of the <iframe> containing the remote resource
* - bodyHeight int Optional height of the modal body in viewport units (vh)
* - modalWidth int Optional width of the modal in viewport units (vh)
* - footer string Optional markup for the modal footer
* @param string $body Markup for the modal body. Appended after the <iframe> if the url option is set
*
*/
Expand Down

0 comments on commit df15f28

Please sign in to comment.