Update README.md and sync files.

This commit is contained in:
Cody Cook 2024-05-06 21:48:35 -07:00
commit da93d643d9
11 changed files with 763 additions and 2 deletions

View file

@ -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>