diff options
Diffstat (limited to 'templates/side_navigation.php')
| -rw-r--r-- | templates/side_navigation.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/side_navigation.php b/templates/side_navigation.php deleted file mode 100644 index 94bff5e..0000000 --- a/templates/side_navigation.php +++ /dev/null @@ -1,13 +0,0 @@ -<ul class="sideNavigation"> - <?php foreach ($links as $entry): ?> - <li> - <a href="<?= $entry['href'] ?>" <?= ($entry['confirmation'] ?? null) ? ('hx-confirm="' . $entry['confirmation'] . '"') : '' ?>> - <div class="material-symbols <?= $entry['icon'] ?>"></div> - <div><?= $entry['label'] ?></div> - <?php if (isset($entry['unreadCount']) && $entry['unreadCount'] > 0) { - call_template('unread_indicator', ['count' => $entry['unreadCount']]); - } ?> - </a> - </li> - <?php endforeach; ?> -</ul>
\ No newline at end of file |
