mirror of
https://github.com/flarum/framework.git
synced 2024-12-14 16:13:50 +08:00
9 lines
279 B
PHP
9 lines
279 B
PHP
|
@extends('flarum.forum::email.html.information.base')
|
||
|
|
||
|
@section('content')
|
||
|
{!! $formatter->convert($translator->trans('flarum-suspend.email.unsuspended.html.body', [
|
||
|
'{forumTitle}' => $settings->get('forum_title'),
|
||
|
'{forum_url}' => $url->to('forum')->base(),
|
||
|
])) !!}
|
||
|
@endsection
|