10 lines
334 B
PHP
10 lines
334 B
PHP
|
<div class="row">
|
||
|
<div class="col mt-4">
|
||
|
<h2>@lang('gallery.photo_comments_heading')</h2>
|
||
|
|
||
|
<h3>@lang('gallery.photo_comments_reply_form_heading')</h3>
|
||
|
<p>@lang('gallery.photo_comments_reply_form_p1')</p>
|
||
|
<hr/>
|
||
|
@include(Theme::viewName('gallery.photo_comments_reply_form'))
|
||
|
</div>
|
||
|
</div>
|