PHP Classes

File: components/footer.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP URL Shortener   components/footer.php   Download  
File: components/footer.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP URL Shortener
Application to create and expand short URLs
Author: By
Last change:
Date: 11 months ago
Size: 228 bytes
 

Contents

Class file image Download
<footer class="py-5 my-sm-10 bg-primary">
  <div class="container-fluid my-auto">
    <p class="m-0 text-center text-white">
      Copyright &copy;
      <?= $st['website_name'] . " - " . date('Y') ?>
</p>
  </div>
</footer>