Hi,
I tried this code
but it seems that $logged_in and $username are only available for the index.html. Is this correct? How can i change that so that this tags can be used in browse.html and *row.html and other templates?Code:<%if $logged_in%> <div class="button_subscribe"> <a href="<%$site_url%>/cp/subscribe.php?cat=<%$cat%>">Suscribirse a esta categoría</a> </div> <%else%> not logged in <br /> <%/if%>


