diff --git a/resources/themes/adminlte/lang/en/message.php b/resources/themes/adminlte/lang/en/message.php index 345e906..62eca4d 100644 --- a/resources/themes/adminlte/lang/en/message.php +++ b/resources/themes/adminlte/lang/en/message.php @@ -30,9 +30,10 @@ return [ 'signFacebook' => 'Sign in using Facebook', 'signTwitter' => 'Sign in using Twitter', 'signGoogle+' => 'Sign in using Google+', - 'signLinkedin' => 'Sign in using Linkedin', + 'signLinkedin' => 'Sign in using Linkedin', 'signW3id' => 'Sign in using W3id', 'signIBMid' => 'Sign in using IBMid', + 'signMeetup' => 'Sign in using Meetup', 'sendpassword' => 'Send Password Reset Link', 'passwordreset' => 'Reset password', 'pagenotfound' => 'Page not found', diff --git a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php index 87a4fb8..2f9e634 100644 --- a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php @@ -16,8 +16,14 @@ - - + @if(file_exists('css/social.css')) + + + @endif + @if(file_exists('css/print.css')) + + + @endif @@ -45,4 +51,9 @@ {!! Asset::styles() !!} + + @if(file_exists('css/fixes.css')) + + + @endif \ No newline at end of file diff --git a/resources/themes/adminlte/views/layouts/partials/scripts.blade.php b/resources/themes/adminlte/views/layouts/partials/scripts.blade.php index 9321f4d..360c1e6 100644 --- a/resources/themes/adminlte/views/layouts/partials/scripts.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/scripts.blade.php @@ -5,51 +5,51 @@ - -{{-- @todo Test that we are validating this, also axios should be doing this for us? --}} \ No newline at end of file