Translated footer page
This commit is contained in:
parent
1dc25f542c
commit
9229750d3b
|
@ -747,6 +747,19 @@ return [
|
|||
'Verified user' => 'Verified user+',
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Footer
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Added to the bottom of certain pages.
|
||||
| resources/views/layouts/footer.blade.php
|
||||
|
|
||||
*/
|
||||
|
||||
'Learn more about LinkStack' => 'Learn more about LinkStack+',
|
||||
'Learn more' => 'Learn more+',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Notification messages
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
|
||||
@if(env('DISPLAY_CREDIT') === true)
|
||||
{{-- Removed class spacing --}}
|
||||
<div class="credit-footer"><a style="text-decoration: none;" class="" href="https://linkstack.org" target="_blank" title="Learn more about LinkStack">
|
||||
<div class="credit-footer"><a style="text-decoration: none;" class="" href="https://linkstack.org" target="_blank" title="{{__('messages.Learn more about LinkStack')}}">
|
||||
<div style="vertical-align: middle;display: inline-block;padding-bottom:50px;" class="credit-hover hvr-grow fadein">
|
||||
<img style="top:9px;" class="credit-icon image-footer1 generic" src="{{ asset('assets/linkstack/images/logo.svg') }}" alt="LinkStack">
|
||||
<a href="https://linkstack.org" target="_blank" title="Learn more" class="credit-txt credit-txt-clr credit-text">Powered by LinkStack</a>
|
||||
<a href="https://linkstack.org" target="_blank" title="{{__('messages.Learn more')}}" class="credit-txt credit-txt-clr credit-text">Powered by LinkStack</a>
|
||||
</div>
|
||||
</a></div>
|
||||
@endif
|
||||
|
|
Loading…
Reference in New Issue