[svn r17402] exit of platform when we are in a frame svn FS#3334

skala
Juan Carlos Raña 17 years ago
parent de6628c3f2
commit cdfe2b73c7
  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 target="_main" href="<?php echo api_get_path(WEB_PATH); ?>index.php?logout=logout&uid=<?php echo $_user['user_id']; ?>" target="_top"><span><?php echo get_lang('Logout').' '.$login; ?></span></a></li>
<li><a href="<?php echo api_get_path(WEB_PATH); ?>index.php?logout=logout&uid=<?php echo $_user['user_id']; ?>" target="_top"><span><?php echo get_lang('Logout').' '.$login; ?></span></a></li>
</ul>
<?php
}

Loading…
Cancel
Save