Link gallery image to specific view page.
This commit is contained in:
parent
58761af95f
commit
db7f092f1d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<div id="imageContainer" style="width: 960px;margin: auto;">
|
||||
<?php foreach($uploads as $upload) { ?>
|
||||
<div id="galleryContainer">
|
||||
<img src="<?php echo base_url('/thumbs/' . $upload->id . $upload->extension); ?>" />
|
||||
<a href="<?php echo base_url('/view/specific/' . $upload->id); ?>"><img src="<?php echo base_url('/thumbs/' . $upload->id . $upload->extension); ?>" /></a>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue