[svn r16988] minor - style changes - added label target="_main" to emerge from a frame in chat

skala
Isaac Flores 17 years ago
parent 61ef3c629f
commit d275acebff
  1. 2
      main/inc/banner.inc.php

@ -170,7 +170,7 @@ if ($_user['user_id']) {
<!-- start user section line with name, my course, my profile, scorm info, etc -->
<ul id="logout">
<li><a href="<?php echo api_get_path(WEB_PATH); ?>index.php?logout=logout"><span><?php echo get_lang('Logout').' '.$login; ?></span></a></li>
<li><a target="_main" href="<?php echo api_get_path(WEB_PATH); ?>index.php?logout=logout"><span><?php echo get_lang('Logout').' '.$login; ?></span></a></li>
</ul>
<?php
}

Loading…
Cancel
Save