diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/views/footer.html.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php index d7111922..040a4062 100644 --- a/themes/default/views/footer.html.php +++ b/themes/default/views/footer.html.php @@ -2,7 +2,9 @@ <?= $theme->footer() ?> <? if ($footer_text = module::get_var("gallery", "footer_text")): ?> <?= $footer_text ?> -<? else: ?> +<? endif ?> + +<? if (module::get_var("gallery", "show_credits")): ?> <ul id="gCredits"> <?= $theme->credits() ?> </ul> |