Add a reference to the skin name in the templates to make it easier to create and modify skins

This commit is contained in:
Nabeel Shahzad
2018-02-03 18:18:09 -06:00
parent 25b86274cf
commit b4908f482e
27 changed files with 117 additions and 105 deletions

View File

@@ -1,5 +1,6 @@
@extends('layouts.default.app')
@extends("layouts.${SKIN_NAME}.app")
@section('title', 'register')
@section('content')
<div class="row">
<div class="col-sm-3"></div>
@@ -66,7 +67,7 @@
<p class="text-danger">{{ $errors->first('password_confirmation') }}</p>
@endif
@include('layouts.default.auth.toc')
@include("layouts.${SKIN_NAME}.auth.toc")
<div style="width: 100%; text-align: right; padding-top: 20px;">
By registering, you agree to the Term and Conditions<br /><br />