Hi, I got a quick question if ok for when logged in as a user. I'm using the extended users addon. When logged in, is it possible to change the login link to logout?

UPDATE: I just tried the following code and looks like it's worked

Code: Select all
<cms:if k_logged_in>
<a href="<cms:logout_link />">Logout</a>
<cms:else />
<a href="<cms:login_link />">Login</a>
</cms:if>