mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-29 06:43:11 +00:00
Fixed typo
This commit is contained in:
parent
f8585feb25
commit
cc9c9ecc79
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue