/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<div class="span-4 article"> <a href="" > <span class="blackBg"></span> <img src="<?php echo base_url();?>img/portfolio/<?php echo $row->NomImage; ?>"/> </a> <h3><a href=""><?php echo $row->title; ?></a></h2> </div> <?php endforeach; ?>