Print link class fixed
[fa-stable.git] / access / logout.php
index 716bbfe18dcb1ce60b6fa3fb3dbf7ff4852d5fd5..59eae7128938a46f2f4f3a925c88606b5e250f75 100644 (file)
@@ -20,7 +20,7 @@ page(_("Logout"), true, false, "", get_js_png_fix());
 
 <table width="100%" border="0">
   <tr>
-       <td align="center"><img src="<?php echo "$path_to_root/themes/default/images/logo_frontaccounting.png";?>" alt="FrontAccounting" width="250" height="50" onload="fixPNG(this)"></td>
+       <td align="center"><img src="<?php echo "$path_to_root/themes/default/images/logo_frontaccounting.png";?>" alt="FrontAccounting" width="250" height="50" onload="fixPNG(this)" /></td>
   </tr>
   <tr>
     <td>&nbsp;</td>
@@ -40,7 +40,7 @@ page(_("Logout"), true, false, "", get_js_png_fix());
   <tr>
     <td><div align="center">
         <?php
-     echo "<a href='$path_to_root/index.php?" . SID ."'><b>" . _("Click here to Login Again.") . "</b></a>";
+     echo "<a href='$path_to_root/index.php'><b>" . _("Click here to Login Again.") . "</b></a>";
 ?>
       </div></td>
   </tr>