Update README.md and sync files.
This commit is contained in:
parent
dc7f0025ef
commit
da93d643d9
11 changed files with 763 additions and 2 deletions
|
@ -1,3 +1,23 @@
|
|||
<section style="background-color: #eee;">
|
||||
<div class="container py-5">
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
<p><?php
|
||||
// copyright
|
||||
echo "© 2008 - ";
|
||||
echo date('Y');
|
||||
echo " " . $locale['allrightsreserved'];
|
||||
?></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
Created using <a href="https://gitea.threefifteen.info/cody/dj_mix_hosting_software">DJ Mix Hosting Software</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script src="../js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ $current_lang = $_SESSION['lang'] ?? $config['app']['locale'];
|
|||
</select>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if (isset($_SESSION['user'])) {
|
||||
echo '<a class="nav-link" href="/profile.php">' . $locale['userProfile'] . '</a>';
|
||||
|
@ -71,6 +71,7 @@ $current_lang = $_SESSION['lang'] ?? $config['app']['locale'];
|
|||
aria-label="<?php echo $locale['search']; ?>">
|
||||
<button class="btn btn-outline-success" type="submit"><?php echo $locale['search']; ?></button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue