This commit is contained in:
Kekskurse 2021-01-20 01:23:47 +01:00
parent 2390c7b94f
commit fbdab7c382
1 changed files with 6 additions and 5 deletions

View File

@ -15,15 +15,16 @@
</div>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-4">
<h1>Gallery: <?php echo $gallery->name; ?></h1>
<p><?php echo $gallery->html; ?></p>
</div>
<div class="col-md-4">
<div class="col-md-4 order-sm-12">
<h1 id="filename"></h1>
<i>Picture take <span id="taken"></span></i>
<p id="description"></p>
</div>
<div class="col-md-4 order-sm-1">
<h1>Gallery: <?php echo $gallery->name; ?></h1>
<p><?php echo $gallery->html; ?></p>
</div>
</div>
@endsection