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('title', 'Flight '.$flight->ident)
|
||||
|
||||
@section('content')
|
||||
@@ -49,5 +49,5 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
@include('layouts.default.flights.map')
|
||||
@include("layouts.${SKIN_NAME}.flights.map")
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user