i need to include some code in profile view and one variable ($user) must be $f->parsed
CODE
<if test="cf_aim:|:$f->raw_data['pf_key'] == 'aim'">
<php>
$user = $f->parsed;
</php>
<a class='url' href='aim:goim?screenname={$f->parsed}' >{$mal->getupdate()}</a>
<php>
$user = $f->parsed;
</php>
<a class='url' href='aim:goim?screenname={$f->parsed}' >{$mal->getupdate()}</a>
there is a code, how i'm making it. it works, but not like this how i want. when i put it in <php></php> it takes hole $f. i mean, not only AIM, but mail, icq, etc too
without php tags, it don't makes "="
if someone can, please help.
sorry bad english

Help










