refactor(deorgify): update copyright footer
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
parent
7100a4d1b4
commit
0d9477aea2
@ -3,16 +3,18 @@
|
|||||||
|
|
||||||
<!-- Copyright - DO NOT REMOVE WITHOUT PERMISSION -->
|
<!-- Copyright - DO NOT REMOVE WITHOUT PERMISSION -->
|
||||||
<div class="footer-copyright text-center py-3">
|
<div class="footer-copyright text-center py-3">
|
||||||
{!! __('<a href=":appUrlConfigValue"> :appNameConfigValue :appReleaseConfigValue © :currentYear - All Rights Reserved. Took :pageLoadTimeMillis seconds.</a>', [
|
{!! __('<a href=":appUrlConfigValue"> :appNameConfigValue :appReleaseConfigValue © :currentYear - Took :pageLoadTimeMillis seconds.</a>', [
|
||||||
'appUrlConfigValue' => config('app.url'),
|
'appUrlConfigValue' => config('app.url'),
|
||||||
'appNameConfigValue' => config('app.name'),
|
'appNameConfigValue' => config('app.name'),
|
||||||
'appReleaseConfigValue' => config('app.release'),
|
'appReleaseConfigValue' => config('app.release'),
|
||||||
'currentYear' => now()->year,
|
'currentYear' => now()->year,
|
||||||
'pageLoadTimeMillis' => round(microtime(true) - LARAVEL_START, 3)
|
'pageLoadTimeMillis' => round(microtime(true) - LARAVEL_START, 3)
|
||||||
]) !!}
|
]) !!}
|
||||||
|
<br>
|
||||||
|
<a target="_blank" rel="nofollow noopener" href="https://athenahr.pt">{{ __('Powered by AthenaHR') }} ©</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- Copyright -->
|
<!-- Copyright -->
|
||||||
<!-- GNU General Public License (https://www.gnu.org/licenses/gpl-3.0.en.html) Built by Miguel N. -->
|
<!-- AthenaHR // GNU General Public License (https://www.gnu.org/licenses/gpl-3.0.en.html) Built by Miguel N. -->
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user