file.....
@version $Id: content.html.php 5928 2006-12-06 00:49:07Z friesengeist $
* @package Joomla
* @subpackage Content
/**
* Display Table of items line 287
*/
in the table view, each line I want an image of the from the description, or cat image or content image( that would be the best) , I have tried a few things, but not worked, is this possible?? or is the already a setting in admin, cant see ,
( ps I never been able to the get the 'use image' in the menu link working , related but not the same.....how do you get that working?)
Code: Select all
<td>
[b]<img src="images/image.gif"> (added) [/b] <a href="<?php echo $link; ?>">
<?php echo $row->title; ?>
</a>
<?php
this code above works but I would like a relevant image
thanks
Russell