Got it working!
I was using the wrong variable for the count.
Thanks for your help.
Here's what works:
HTML Code:
<a rel="nofollow" href="usercp.php$session[sessionurl_q]" id="notifications">
<if condition="$new_subscribed_threads>0">
<span class="icon">@</span><span class="word">$vbphrase[new_subscribed_threads]</span><span id="notifications_number">$new_subscribed_threads</span>
<else />
<span class="icon" style="color:#deccb5;">@</span><span class="word" style="color:#deccb5;">$vbphrase[new_subscribed_threads]</span>
</if>
</a>