PLA now starts at the root of the HTML request, favicon setup

This commit is contained in:
Deon George
2023-01-27 16:29:02 +11:00
parent d0242ce3d8
commit 58e171aea1
7 changed files with 8 additions and 6 deletions

View File

@@ -13,11 +13,12 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>{{ config('app.name') }} - @yield('htmlheader_title','Your title here')</title>
<title>{{ config('app.name') }} - @yield('htmlheader_title','🥇 The BEST ldap admin tool!')</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no" />
<meta name="description" content="phpLDAPadmin - A web interface into LDAP data management">
<meta name="msapplication-tap-highlight" content="no">
<link rel="shortcut icon" href="{{ config('app.favicon','favicon.ico') }}" />
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">

View File

@@ -1,5 +1,6 @@
@extends('architect::layouts.app')
{{--
@section('htmlheader_title')
@lang('Home')
@endsection
@@ -8,6 +9,7 @@
@endsection
@section('page_icon')
@endsection
--}}
@section('main-content')
<div class="card card-solid">