Make login uri dynamic
[squirrelmail.git] / templates / default / signout.tpl
index 9c5bfaa4a45a2e1d8106886367a6500ca9a549bc..0d90d89836008c83337c207e9839d7a035d82de4 100644 (file)
@@ -26,7 +26,7 @@ $plugin_message = concat_hook_function('logout_above_text');
 <?php echo $plugin_message; ?>
 <tr width="100%"><td>
   <?php echo _("You have been successfully signed out."); ?><br />
-  <a href="login.php" target="<?php echo $frame_top; ?>"><?php echo _("Click here to log back in."); ?></a><br />
+  <a href="<?php echo $login_uri; ?>" target="<?php echo $frame_top; ?>"><?php echo _("Click here to log back in."); ?></a><br />
 </td></tr>
 <tr width="100%"><td class="sqm_signoutBar"><br /></td></tr>
 </table>