group gallery styling
This commit is contained in:
parent
01c292f049
commit
f3dd8a97f6
3 changed files with 6 additions and 10 deletions
|
|
@ -32,8 +32,8 @@
|
|||
|
||||
<?php if(count($uploads) > 0) : ?>
|
||||
<section>
|
||||
<h1><?=_('Media')?></h1>
|
||||
<ul>
|
||||
<h1><i class="fa fa-picture-o fa-fw"></i><?=_('Media')?></h1>
|
||||
<ul class="gqgllry">
|
||||
<?php foreach($uploads as &$upload) : ?>
|
||||
<li>
|
||||
<a href="<?=$linker->link(array('uploads','seminary',$seminary['url'],$upload['upload']['url']))?>">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue