PHP Classes

File: components/navbar.php

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

Contents

Class file image Download
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
      <a class="navbar-brand" href="<?= $utils->siteUrl(); ?>">
          <?= $st['website_name'] ?>
</a>
  </nav>