mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-21 17:09:54 -04:00
1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure)
8 lines
275 B
PHP
8 lines
275 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<?= $theme->footer() ?>
|
|
<ul id="gCredits">
|
|
<li class="first"> Powered by <a href="http://gallery.menalto.com">Gallery3</a> </li>
|
|
<?= $theme->credits() ?>
|
|
<li> <a href="#">About this Gallery</a> </li>
|
|
</ul>
|