root/elgg/branches/elgg1.5/mod/sso/views/default/sso/logout_link.php

Revision 375, 179 bytes (checked in by bettse, 5 months ago)

only show the logout 'X' when tue user is already logged in (new class attribute to login/logout links, css to set/unset the background image based on the class

  • Property svn:executable set to *
Line 
1 <div id="elgg_topbar_container_right">
2         <a href="<?php echo $vars['url']; ?>action/sso/logout" class="logout"><small><?php echo elgg_echo('logout'); ?></small></a>
3 </div>
4
5
Note: See TracBrowser for help on using the browser.