
03-14-2006, 07:06 PM
|
 |
|
|
Join Date: Nov 2001
Posts: 439
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by AndrewD
It needs a minor change in the code and a reference to a new variable in the links_vbalinks template. I'll add the variable into the code, but leave the template change for you to patch locally. In the meantime, you can implement the change as follows:
- Edit local_links_include.php
- Line 1907 or thereabouts, in function get_links2, add $linkscat to the list of global variables.
- Towards the end of the *while* loop, before the eval() statement, add this statement :
PHP Code:
$linkcatname = $linkscat[$catid]["catname_clean"];
Then patch the template so that it refers to $linkcatname
|
That's great .. thanks
|