Stuff
This commit is contained in:
parent
3c4386250a
commit
2ea50cb4aa
2 changed files with 3 additions and 1 deletions
|
@ -56,6 +56,8 @@ class PublicController extends BaseController
|
|||
abort( 404);
|
||||
}
|
||||
|
||||
$gallery->html = $parser->parse($gallery->description);
|
||||
|
||||
return view("themes.gallery.gallery-detail.list", ["gallery" => $gallery, "tenant" => $tenant, "images" => $images]);
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<div class="col-md-2"></div>
|
||||
<div class="col-md-4">
|
||||
<h1>Gallery: <?php echo $gallery->name; ?></h1>
|
||||
<p><?php echo $gallery->description; ?></p>
|
||||
<p><?php echo $gallery->html; ?></p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h1 id="filename"></h1>
|
||||
|
|
Loading…
Reference in a new issue