Link to resume composing a draft email.
[squirrelmail.git] / src / options_personal.php
index 9b58168e27018dd54b3ac84189a24d8c2c66defd..a2403528c47dd224b40e42b7eb527f74230873e0 100644 (file)
     **  $Id$
     **/
 
-   include('../src/validate.php');
-   include('../functions/display_messages.php');
-   include('../functions/imap.php');
-   include('../functions/array.php');
-   include('../functions/plugin.php');
+   require_once('../src/validate.php');
+   require_once('../functions/display_messages.php');
+   require_once('../functions/imap.php');
+   require_once('../functions/array.php');
+   require_once('../functions/plugin.php');
    
    displayPageHeader($color, 'None');
 
    $fullname = getPref($data_dir, $username, 'full_name');
    $replyto = getPref($data_dir, $username, 'reply_to');
    $email_address  = getPref($data_dir, $username, 'email_address'); 
-echo $prefix_sig;
+
 ?>
    <br>
 <table width=95% align=center border=0 cellpadding=2 cellspacing=0>
@@ -103,7 +103,7 @@ echo $prefix_sig;
    if ( $prefix_sig )
      echo ' checked';
    echo '>&nbsp;&nbsp;' .
-        _( "Prefix signature with '--' ?" ) . '<BR>';
+        _( "Prefix signature with '-- ' ?" ) . '<BR>';
    echo "\n<textarea name=\"signature_edit\" rows=\"5\" cols=\"50\">$signature_abs</textarea><br>";
 ?>
             </td>
@@ -125,4 +125,4 @@ echo $prefix_sig;
 
 </td></tr>
 </table>
-</body></html>
+</body></html>
\ No newline at end of file