X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Foptions_personal.php;h=2937a5c6657211714e72564c5a117866bc68761a;hp=17949cc3c36f6e881e4f5e21a088eb64b34172a2;hb=f740c049d91feb836dd9633be9e8ff52c00d066f;hpb=e9f8ea4ecb40efdb6f19631f8359ebd1fbf588be diff --git a/src/options_personal.php b/src/options_personal.php index 17949cc3..2937a5c6 100644 --- a/src/options_personal.php +++ b/src/options_personal.php @@ -7,79 +7,78 @@ ** ** Displays all options relating to personal information ** + ** $Id$ **/ - session_start(); + include('../src/validate.php'); + include('../functions/strings.php'); + include('../config/config.php'); + include('../functions/page_header.php'); + include('../functions/display_messages.php'); + include('../functions/imap.php'); + include('../functions/array.php'); + include('../functions/i18n.php'); + include('../functions/plugin.php'); + include('../src/load_prefs.php'); + + displayPageHeader($color, 'None'); - if (!isset($config_php)) - include("../config/config.php"); - if (!isset($strings_php)) - include("../functions/strings.php"); - if (!isset($page_header_php)) - include("../functions/page_header.php"); - if (!isset($display_messages_php)) - include("../functions/display_messages.php"); - if (!isset($imap_php)) - include("../functions/imap.php"); - if (!isset($array_php)) - include("../functions/array.php"); - if (!isset($i18n_php)) - include("../functions/i18n.php"); - - include("../src/load_prefs.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"); + $fullname = getPref($data_dir, $username, 'full_name'); + $replyto = getPref($data_dir, $username, 'reply_to'); + $email_address = getPref($data_dir, $username, 'email_address'); ?>
-
-
+
+
-
+ - - - - +
: + : - +
: + : - +
: + : - +

: +

:
-  " . _("Use a signature") . "?
"; - else { - echo "  "; - echo _("Use a signature?"); - echo "
"; - } - echo "\n
"; + echo '  ' . _("Use a signature?") . '  '; + else + echo '  ' . _("Use a signature?") . '  '; + if ( ! isset($prefix_sig) || $prefix_sig == true ) + echo '  ' + . _( "Prefix signature with '--' ?" ) . '
'; + else + echo '  ' . + _( "Prefix signature with '--' ?" ) . '
'; + echo "\n
"; ?>
  - + " name="submit_personal">
+