diff options
| author | root | 2014-09-14 19:00:10 +0200 |
|---|---|---|
| committer | root | 2014-09-14 19:00:10 +0200 |
| commit | 1eba482c5172a92432c13e04480cb1604bef6df0 (patch) | |
| tree | d18149777a4ddd7f0b50d6be57acee42bfc0b080 /static/header.php | |
| parent | 1ae8d5fa2c627cf179c7b6aa1202304f55a00654 (diff) | |
| download | video-dl-1eba482c5172a92432c13e04480cb1604bef6df0.tar.gz | |
modified
Diffstat (limited to 'static/header.php')
| -rw-r--r-- | static/header.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/header.php b/static/header.php index 0c929ad..c6212c1 100644 --- a/static/header.php +++ b/static/header.php @@ -9,7 +9,9 @@ </button> <a class="navbar-brand" href="/">Home</a> </div> + <?php /* <!-- Collect the nav links, forms, and other content for toggling --> + */ ?> <div class="collapse navbar-collapse" id="navbarCollapse"> <ul class="nav navbar-nav"> <li> @@ -34,5 +36,7 @@ </div> </div> </noscript> + <?php /* <!-- ______________________Content Start______________________ --> + */ ?> |
