#62: Further correction to $albums variable

This commit is contained in:
Andy Heathershaw 2018-07-11 08:45:40 +01:00 committed by GitHub
parent cc3370c4b1
commit efdcecfca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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