Update footer
This commit is contained in:
parent
d4e1bc6cc0
commit
f9dc66b4dd
|
@ -44,7 +44,7 @@
|
||||||
</div>
|
</div>
|
||||||
@yield('content')
|
@yield('content')
|
||||||
<p class="small text-muted">
|
<p class="small text-muted">
|
||||||
Copyright © 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/" target="_blank">Pterodactyl Software & Design</a>.<br />
|
Copyright © 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/" target="_blank">Pterodactyl Software</a>.<br />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{!! Theme::js('js/vendor/jquery/jquery.min.js') !!}
|
{!! Theme::js('js/vendor/jquery/jquery.min.js') !!}
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
<div class="pull-right hidden-xs small text-gray">
|
<div class="pull-right hidden-xs small text-gray">
|
||||||
<strong>v</strong> {{ config('app.version') }}
|
<strong>v</strong> {{ config('app.version') }}
|
||||||
</div>
|
</div>
|
||||||
Copyright © 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/">Pterodactyl Software & Design</a>.
|
Copyright © 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/">Pterodactyl Software</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
@section('footer-scripts')
|
@section('footer-scripts')
|
||||||
|
|
|
@ -236,7 +236,7 @@
|
||||||
<div class="pull-right hidden-xs small text-gray">
|
<div class="pull-right hidden-xs small text-gray">
|
||||||
<strong>v</strong> {{ config('app.version') }}
|
<strong>v</strong> {{ config('app.version') }}
|
||||||
</div>
|
</div>
|
||||||
Copyright © 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/">Pterodactyl Software & Design</a>.
|
Copyright © 2015 - {{ date('Y') }} <a href="https://pterodactyl.io/">Pterodactyl Software</a>.
|
||||||
</footer>
|
</footer>
|
||||||
<aside class="control-sidebar control-sidebar-dark">
|
<aside class="control-sidebar control-sidebar-dark">
|
||||||
<ul class="nav nav-tabs nav-justified control-sidebar-tabs">
|
<ul class="nav nav-tabs nav-justified control-sidebar-tabs">
|
||||||
|
|
Loading…
Reference in New Issue