PHP Classes

File: uploady/admin/components/footer.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/admin/components/footer.php   Download  
File: uploady/admin/components/footer.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: Update of uploady/admin/components/footer.php
Date: 5 months ago
Size: 581 bytes
 

Contents

Class file image Download
<footer class="py-4 bg-light mt-auto">
    <div class="container-fluid">
        <div class="d-flex align-items-center justify-content-between small">
            <div class="text-muted">Copyright &copy; <?= $st['website_name']; ?> <?= date("Y"); ?></div>
            <div>
                <a href="<?= $utils->siteUrl('/page.php?s=privacy'); ?>">Privacy Policy</a>
                &middot;
                <a href="<?= $utils->siteUrl('/page.php?s=terms'); ?>">
                    Terms &amp; Conditions
                </a>
            </div>
        </div>
    </div>
</footer>