Add a reference to the skin name in the templates to make it easier to create and modify skins
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@extends('layouts.default.auth.layout')
|
||||
@extends("layouts.${SKIN_NAME}.auth.layout")
|
||||
@section('title', 'log in')
|
||||
|
||||
@section('content')
|
||||
<div class="col-md-4 content-center">
|
||||
<div class="card card-login card-plain">
|
||||
|
||||
Reference in New Issue
Block a user