Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfinette committed Mar 6, 2013
1 parent f5c85be commit bd949b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/site/templates/portfolio.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div class="alumni"> <div class="alumni">
<a href="<?php echo $image->link() ?>" target="_blank"><img src="<?php echo $image->url() ?>" alt="<?php echo $image->name() ?>" /></a><br /> <a href="<?php echo $image->link() ?>" target="_blank"><img src="<?php echo $image->url() ?>" alt="<?php echo $image->name() ?>" /></a><br />
<p><?php echo $image->info() ?></p> <p><?php echo $image->info() ?></p>
<h6><a href="<?php echo $image->link() ?>" target="_blank">Visit <?php echo $image->name() ?></a><?php if (isset($image->video())): ?> | Video<?php endif; ?></h6> <h6><a href="<?php echo $image->link() ?>" target="_blank">Visit <?php echo $image->name() ?></a><?php <?php echo $image->video() ?></h6>
</div> </div>
</li> </li>
<?php endforeach ?> <?php endforeach ?>
Expand Down

0 comments on commit bd949b5

Please sign in to comment.