1
Hi everybody!
I found a quick and dirty way to add a custom title tag for categories in wfdownloads.
Just add this at the bottom of viewcat.php:
$xoopsTpl->assign('xoops_pagetitle', $myts->makeTboxData4Show($description));
This'll add the "description" information of your categories in the title tag
I also use this code in singlefile.php. Credits to
original poster:
$xoopsTpl->assign('xoops_pagetitle', $myts->makeTboxData4Show($down_arr['title']));
If anyone finds a better solution, please let me know!
Greets,
Jay Jay