1
Hey,
I have the xcgal meta albums block set up on my homepage displaying 2 columns and 2 rows, I would like to display the album title underneath each picture in the block.
I have already tried several things but nothing seems to work. I have tried adding <{$album_title}> and <{$alb.title}>into the template but these do not work I have also tried:
<{php}>echo ("$album_title");<{/php}>
but this does not work either, finally I tried inserting
$xoopsTpl->assign('album_title', $album_title);
into xcgal_blocks.php and then putting <{$album_title}> in the template but I got a blank page, I am not sure if I have put this line of code inot xcgal_blocks.php in the correct place I added it underneath these 2 lines:
define("BLOCK_FIRST_USER_CAT", 10000);
define('RANDPOS_MAX_PIC_BLOCK', 200);
If someone could point me in the right direction it would be much appreciated.
Cheers.