Auth works; empty journal works

This commit is contained in:
2023-08-27 22:35:12 -04:00
parent 7421f9c788
commit 907d759a23
16 changed files with 2472 additions and 35 deletions

View File

@@ -4,7 +4,7 @@
<span class="m">my</span><span class="p">Prayer</span><span class="j">Journal</span>
</a>
<ul class="navbar-nav me-auto d-flex flex-row"><?php
if ($userId) { ?>
if ($user) { ?>
<li class="nav-item"><a <?php $page_link('/journal', true); ?>>Journal</a></li>
<li class="nav-item"><a <?php $page_link('/requests/active', true); ?>>Active</a></li><?php
if ($hasSnoozed) { ?>