Code: Select all
'FORUM_NAME' => $user->lang['TRACKER_NAV_TICKET'] .$ticket_id,
Code: Select all
{L_TRACKER_NAV_TICKET}{TRACKER_TICKET_ID}
Code: Select all
'FORUM_NAME' => $user->lang['TRACKER_NAV_TICKET'][$ticket_id],
Anyone??? Really need to finish this.dan1dyoung wrote:Hi,
The stock one is OK so i would assume it is just the IE6 quirks but not found the solution yet!!
Seems to need a !important somewhere to trigger IE6 differently.
Thanks
Dan