#62: Further correction to $albums variable
This commit is contained in:
parent
cc3370c4b1
commit
efdcecfca6
@ -14,7 +14,7 @@
|
||||
</li>
|
||||
@endcan
|
||||
|
||||
@if (count($albums) > 0)
|
||||
@if (count($g_albums) > 0)
|
||||
<li class="nav-item dropdown ml-2">
|
||||
<a class="nav-link dropdown-toggle" href="{{ url('/') }}" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<i class="fa fa-book"></i> @lang('navigation.navbar.albums')
|
||||
@ -82,4 +82,4 @@
|
||||
</ul>
|
||||
@endif
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
|
Loading…
Reference in New Issue
Block a user