X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_personal.php;h=a382dad3ffcc4c2de3d6479dd256c9e21323841e;hb=f7196031c2f53609c6f0e6886dbd45d5f9b7e914;hp=df5adea18f417164f3d1cec07010cefac75e13ac;hpb=1d7e3ec9120416c8759521324c1c6315ad47bcda;p=squirrelmail.git diff --git a/src/options_personal.php b/src/options_personal.php index df5adea1..a382dad3 100644 --- a/src/options_personal.php +++ b/src/options_personal.php @@ -7,33 +7,34 @@ ** ** Displays all options relating to personal information ** + ** $Id$ **/ session_start(); - if (!isset($config_php)) - include("../config/config.php"); if (!isset($strings_php)) - include("../functions/strings.php"); + include('../functions/strings.php'); + if (!isset($config_php)) + include('../config/config.php'); if (!isset($page_header_php)) - include("../functions/page_header.php"); + include('../functions/page_header.php'); if (!isset($display_messages_php)) - include("../functions/display_messages.php"); + include('../functions/display_messages.php'); if (!isset($imap_php)) - include("../functions/imap.php"); + include('../functions/imap.php'); if (!isset($array_php)) - include("../functions/array.php"); + include('../functions/array.php'); if (!isset($i18n_php)) - include("../functions/i18n.php"); + include('../functions/i18n.php'); if (!isset($plugin_php)) - include("../functions/plugin.php"); + include('../functions/plugin.php'); - include("../src/load_prefs.php"); - displayPageHeader($color, "None"); + 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'); ?>
@@ -66,13 +67,16 @@   " . _("Use a signature") . "?
"; - else { - echo "  "; - echo _("Use a signature?"); - echo "
"; - } - echo "\n
"; + echo '  ' . _("Use a signature?") . '  '; + else + echo '  ' . _("Use a signature?") . '  '; + if ( $prefix_sig == true ) + echo '   +' . _( "Prefix signature with '--' ?" ) . '
'; + else + echo '  ' . _( " +Prefix signature with '--' ?" ) . '
'; + echo "\n
"; ?> @@ -85,5 +89,5 @@ - +