<tr><td class="thead">Mis favoritos</td>
</tr>
<if condition="$show['lastfavthreads'] OR $show['lastfavposts'] OR $show['lastfavusers']">
<td class="vbmenu_control" id="favorites"><a href="usercp.php?$session[sessionurl]">$vbphrase[vbfavorites_favorites]</a> <script type="text/javascript"> vbmenu_register("favorites"); </script> </td>
</if>
</table>
</div>
<!-- / user cp tools menu -->
</if>
<div class="vbmenu_popup" id="favorites_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<if condition="$show['lastfavthreads']">
<tr>
<td class="thead"><phrase 1="$vboptions[lastfavthreadlimit]">$vbphrase[last_x_added_favorite_threads]</phrase></td>
</tr>
$lastfavthreadbit
</if>
<if condition="$show['lastfavposts']">
<tr>
<td class="thead"><phrase 1="$vboptions[lastfavpostlimit]">$vbphrase[last_x_added_favorite_posts]</phrase></td>
</tr>
$lastfavpostbit
</if>
<if condition="$show['lastfavusers']">
<tr>
<td class="thead"><phrase 1="$vboptions[lastfavuserlimit]">$vbphrase[last_x_added_favorite_users]</phrase></td>
</tr>
$lastfavuserbit
</if>
<tr><td class="thead"><a href="usercp.php?$session[sessionurl]">$vbphrase[vbfavorites_complete_list]</a></td></tr>
</table>
</div>