HOPEX Power Studio (EN) : Customizing Web Sites : Using HTML Descriptors : HTML Descriptors for Dynamic Web Sites : Adding Logout Page URL Access
   
Adding Logout Page URL Access
[Variable= Logout /] enables the current user to logout in dynamic mode.
*This tag is available only in dynamic mode.
Example code to define URL in our menus
<li class="last">
<b><a HREF="[Variable=Logout/]">logout</a></b>
</li>