mirror of
https://github.com/flarum/core.git
synced 2025-07-29 12:40:40 +02:00
Use new method for retrieving base URL
This commit is contained in:
@@ -2,7 +2,7 @@ Hey {{ $user->username }}!
|
|||||||
|
|
||||||
{{ $blueprint->reply->user->username }} replied to your post (#{{ $blueprint->post->number }}) in {{ $blueprint->post->discussion->title }}.
|
{{ $blueprint->reply->user->username }} replied to your post (#{{ $blueprint->post->number }}) in {{ $blueprint->post->discussion->title }}.
|
||||||
|
|
||||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->reply->discussion_id }}/{{ $blueprint->reply->number }}
|
{{ \Flarum\Core::url() }}/d/{{ $blueprint->reply->discussion_id }}/{{ $blueprint->reply->number }}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@ Hey {{ $user->username }}!
|
|||||||
|
|
||||||
{{ $blueprint->post->user->username }} mentioned you in a post in {{ $blueprint->post->discussion->title }}.
|
{{ $blueprint->post->user->username }} mentioned you in a post in {{ $blueprint->post->discussion->title }}.
|
||||||
|
|
||||||
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
{{ \Flarum\Core::url() }}/d/{{ $blueprint->post->discussion_id }}/{{ $blueprint->post->number }}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user