Hi
I was wanting to replace the text navigation links with images but can't get the syntax right.
The code in downloads.php where the menu is created is:
Code:
$dlinks = '<a href="./downloads.php?">'.$vbphrase['ecdownloads_main'].'</a> | <a href="./downloads.php?do=tree">'.$vbphrase['ecdownloads_category_tree'].'</a> | <a href="./downloads.php?do=stats">'.$vbphrase['ecdownloads_stats'].'</a> | <a href="./downloads.php?do=search">'.$vbphrase['ecdownloads_search'].'</a>';
The image code for example that I want to replace the vbphrase ecdownloads_main with is $stylevar[imgdir_button]/main.gif
Can anyone help - thanks!