hello

In category_row.php :

PHP Code:
  'text' => '<a href="' zen_href_link(FILENAME_DEFAULT$cPath_new) . '">' zen_image(DIR_WS_IMAGES $categories->fields['categories_image'], $categories->fields['categories_name'], SUBCATEGORY_IMAGE_WIDTHSUBCATEGORY_IMAGE_HEIGHT) . '<br />' $categories->fields['categories_name'] . '</a>'); 
I need to integrate a code for the output to be:

rel="category name" alt="category name" title="category name", which mean adding rel= somehow

I have tried many things to integrate this rel= in the above code and all end up with syntax error...

How can i integrate the code correctly?

Thanks!

L.