MAPG-181 add new layout type (minimal)
This commit is contained in:
parent
2fac828098
commit
4099f1d962
13
views/templates/layout_minimal.php
Normal file
13
views/templates/layout_minimal.php
Normal file
@ -0,0 +1,13 @@
|
||||
@extends('templates/mapguesser')
|
||||
|
||||
@section('content')
|
||||
<header>
|
||||
<h1>
|
||||
<img class="inline" width="1em" height="1em" src="<?= $_ENV['STATIC_ROOT'] ?>/img/icon.svg?rev=<?= REVISION ?>"><!--
|
||||
--><?= $_ENV['APP_NAME'] ?>
|
||||
</h1>
|
||||
</header>
|
||||
<main>
|
||||
@yields('main')
|
||||
</main>
|
||||
@endsection
|
Loading…
Reference in New Issue
Block a user