Hello.
I'm currently trying to change the way the credits/savings appears... nothing complex.. all I want to do is change how it displays from being:
Credits: xxx
Savings: xxx
to:
Credits: xxx, Savings: xxx
however in the template there's only
which leads me to... where is $useramt or whatever is needed to change this?
Thanks.
I'm currently trying to change the way the credits/savings appears... nothing complex.. all I want to do is change how it displays from being:
Credits: xxx
Savings: xxx
to:
Credits: xxx, Savings: xxx
however in the template there's only
Code:
<if condition="$vb4"><dt>$currency[title]</dt> <dd><else /><div>$currency[title]: </if>
<a href="credits.php$session[sessionurl_q]" rel="credits-$currency[currencyid]-$user[username]-$user[userid]">$useramt</a>
<if condition="$vb4"></dd><else /></div></if>
which leads me to... where is $useramt or whatever is needed to change this?
Thanks.