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,4 +1,4 @@
|
||||
@extends('layouts.default.app')
|
||||
@extends("layouts.${SKIN_NAME}.app")
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user