DHL Modul v0.5 Shipping Label ok

This commit is contained in:
Kevin Adametz 2025-08-22 18:18:26 +02:00
parent 480fdc65ed
commit 8fdaa0ba1d
122 changed files with 17938 additions and 2239 deletions

View file

@ -101,7 +101,7 @@
<li class="{{ Request::is('partner') ? ' active' : '' }}"><a
href="{{url('/partner')}}">{{ __('website.partner') }}</a></li>
@if($user_shop)
<li class="{{ Request::is('register_user') ? ' active' : '' }}"><a
<li class="{{ Request::is('registrierung') ? ' active' : '' }}"><a
href="{{url('/registrierung')}}">{{ __('website.register') }}</a></li>
@endif
</ul>