WEBD-325-45/week-02/project/administrator/tmp_layout/footer.php

21 lines
604 B
PHP

<?php
/**
* @package Generic CMS
*
* @created 3rd April 2022
* @author Llewellyn van der Merwe <https://git.vdm.dev/Llewellyn>
* @git WEBD-325-45 <https://git.vdm.dev/Llewellyn/WEBD-325-45>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
// No direct access to this file
defined('_WEBD') or die('Restricted access');
?>
<div class="uk-card uk-card-default uk-card-small uk-position-bottom">
<div class="uk-text-center uk-card-body">
<small>Copyright © Generic Company. All Rights Reserved. | Generic CMS</small>
</div>
</div>
</body>
</html>