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

Revision 375, 173 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
3     <a href="<?php echo $vars['url']; ?>action/sso/login" class="login"><small><?php echo elgg_echo('login'); ?></small></a>
4 </div>
5
6
Note: See TracBrowser for help on using the browser.