The logout_above_text hook was misplaced. Got it back where it should be.
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 4 Mar 2003 05:27:55 +0000 (05:27 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 4 Mar 2003 05:27:55 +0000 (05:27 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4583 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/signout.php

index 2ead7d7a7b8ff5864d97ae3e7266782a9ed0d284..1fb84845af327a9b1753805eba98724450c5f7c6 100644 (file)
@@ -75,12 +75,13 @@ link="<?php echo $color[7] ?>" vlink="<?php echo $color[7] ?>"
 alink="<?php echo $color[7] ?>">
 <br><br>
 <?php
-do_hook('logout_above_text');
+$plugin_message = concat_hook_function('logout_above_text');
 echo
 html_tag( 'table',
     html_tag( 'tr',
          html_tag( 'th', _("Sign Out"), 'center' ) ,
     '', $color[0], 'width="100%"' ) .
+    $plugin_message .
     html_tag( 'tr',
          html_tag( 'td', _("You have been successfully signed out.") .
              '<br><a href="login.php" target="' . $frame_top . '">' .