mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-01-29 17:28:27 +00:00
Fixed typo
This commit is contained in:
parent
f8585feb25
commit
cc9c9ecc79
|
@ -187,7 +187,7 @@
|
|||
// Flyout test button
|
||||
?>
|
||||
<form method='POST'>
|
||||
<button class='btn alert-high space-top flyout-display' type='submit' name='test_flyout'>Test button</button>
|
||||
<button class='btn alert-high space-top-small flyout-display' type='submit' name='test_flyout'>Test button</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
function flyout($flyout_header, $flyout_description, $flyout_action) {
|
||||
function flyout($flyout_header, $flyout_content, $flyout_action) {
|
||||
// Used for background dimming
|
||||
echo "<div class='flyout-dim'></div>";
|
||||
// Div Start
|
||||
|
|
Loading…
Reference in a new issue