1
0
Fork 0

Adjust links to use short URLs and fix link to raw image.

This commit is contained in:
Andrew Tomaka 2011-11-07 22:56:24 -05:00
parent 78e1f28d27
commit 8dcd74186b
1 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
<?php if($prev != 0) { ?>
<div id="left">
<a href="<?php echo base_url('/view/specific/' . $prev); ?>" class="navigation"></a>
<a href="<?php echo base_url($prev); ?>" class="navigation"></a>
</div>
<?php } ?>
<?php if($next != 0) { ?>
<div id="right">
<a href="<?php echo base_url('/view/specific/' . $next); ?>" class="navigation"></a>
<a href="<?php echo base_url($next); ?>" class="navigation"></a>
</div>
<?php } ?>
<div id="imageContainer">
<a href="<?php base_url('/uploads/' . $image); ?>"><img src="<?php echo base_url('/uploads/' . $image); ?>" class="image" /></a>
<a href="<?php echo base_url('/uploads/' . $image); ?>"><img src="<?php echo base_url('/uploads/' . $image); ?>" class="image" /></a>
</div>
<div id="message">