PHP Classes

File: uploady/admin/components/navbar.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/admin/components/navbar.php   Download  
File: uploady/admin/components/navbar.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/navbar.php
Date: 1 month ago
Size: 334 bytes
 

Contents

Class file image Download
<nav class="sb-topnav navbar navbar-expand navbar-dark bg-dark">
    <a class="navbar-brand" href="<?= $utils->siteUrl('/admin/index.php'); ?>">
        <?= $st['website_name']; ?>
</a>
    <button class="btn btn-link btn-sm order-1 order-lg-0" id="sidebarToggle" href="#">
        <i class="fas fa-bars"></i>
    </button>
</nav>