https://www.icyphoenix.com/viewtopic.php?f=26&t=5259&p=47016#p47016
-----------------------------------
s00th
Thu 07 Jan, 2010 13:49

Re: Link To Personal Sub Cat In Lang File
-----------------------------------
try something like this..........

"<a href=" . append_sid('album_cat.' . PHP_EXT . '?cat_id=' . $cat_id . '&user_id=' . $userdata['user_id']) . ">LINK</a>"


in the lang_faq.php could look like..........

$faq[] = array("New Title", "<a href=" . append_sid('album_cat.' . PHP_EXT . '?cat_id=' . $cat_id . '&user_id=' . $userdata['user_id']) . ">LINK</a>");


.....of course $cat_id will need to be defined somewhere


