diff --git a/content/author.blade.php b/content/author.blade.php index fc8d522..bfa395b 100644 --- a/content/author.blade.php +++ b/content/author.blade.php @@ -1,5 +1,4 @@ -@extends('template.'.\Setting::get('template', 'default').'.content.master') - +@extends('template.'.config('settings.template').'.content.master') @section('content') diff --git a/content/dashboard/auth/verify.blade.php b/content/dashboard/auth/verify.blade.php index 608bd00..b0f318d 100644 --- a/content/dashboard/auth/verify.blade.php +++ b/content/dashboard/auth/verify.blade.php @@ -1,5 +1,4 @@ -@extends('template.'.\Setting::get('template', 'default').'.content.dashboard.app') - +@extends('template.'.config('settings.template').'.content.master') @section('content')