added wavelog Icon on visitor theme

This commit is contained in:
HB9HIL
2024-01-23 15:30:48 +01:00
parent e5e6932ebe
commit 63b33a1b38

View File

@@ -42,9 +42,9 @@
<?php
if (!empty($slug)) {
echo '<a class="navbar-brand" href="' . site_url('visitor/'.$slug) .'">Wavelog</a>';
echo '<a class="navbar-brand" href="' . site_url('visitor/'.$slug) .'"><img src="' . base_url() . 'assets/logo/' . $this->optionslib->get_theme() . '/wavelog_icon_only.png" alt="Logo" style="width:50px; height:50px;" /></a>';
} else {
echo '<a class="navbar-brand" href="' . site_url() .'">Wavelog</a>';
echo '<a class="navbar-brand" href="' . site_url() .'"><img src="' . base_url() . 'assets/logo/' . $this->optionslib->get_theme() . '/wavelog_icon_only.png" alt="Logo" style="width:50px; height:50px;" /></a>';
}
?>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>