PHP Classes

File: footer/footerd.php

Recommend this page to a friend!
  Classes of Ahmed Khan   Custom PHP CMS   footer/footerd.php   Download  
File: footer/footerd.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Custom PHP CMS
Manage the content of a site that can be searched
Author: By
Last change:
Date: 2 years ago
Size: 571 bytes
 

Contents

Class file image Download
<!-- jQuery library -->
<script src="/customcms/style/js/jquery.min.js"></script>

<script type="text/javascript">
Notification.requestPermission();
function spawnNotification(theBody,theIcon,theTitle) {
 var options = {
body: theBody
 }
var n = new Notification(theTitle,options);
 }
</script>
<!-- Latest compiled JavaScript -->
<script src="/customcms/style/js/bootstrap.min.js"></script>
</div>
  </div>
</div>


        <footer class="container-fluid">
    <p class="gont">All Rights Reserved &copy; <?php echo date("Y")?></p>
    </footer>
       
</body>
</html>