
03-27-2005, 10:40 AM
|
|
|
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by HarryButt
Vbugs.php
Find:
Code:
// pre-cache templates used by all actions
$globaltemplates = array(
'VBUGS',
'userfield_select_option'
);
Replace:
Code:
// pre-cache templates used by all actions
$globaltemplates = array(
'VBUGS',
'vbugs_footer',
'userfield_select_option'
);
|
Thanks for the catch....
|