
08-27-2009, 09:25 PM
|
|
|
Join Date: Jan 2009
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by mferguson
If you edit the "dto_garage_popup_menu" template look for the following:
PHP Code:
<if condition="$use_username_in_link"> <phrase 1="$userinfo[username]">$vbphrase[xs_garage] </phrase> <else /> Garage </if> </a>
and change to
PHP Code:
<if condition="$use_username_in_link"> <phrase 1="$userinfo[username]">$vbphrase[xs_garage] </phrase> <else /> <!-- Garage --> <img src="$vboptions[bburl]/images/your-icon-name.gif"> </if> </a>
That should present the icon where the Garage link would normally appear in the postbit.
Mark
|
Thanks
|