X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Foptions_main.mod.php;h=5e8e8ddff4d46827820e05676ef52b489bcd6895;hp=9ad26b04f75419311a9c00b360d0751cbe96cce3;hb=3392dc867232037b2c6e2089ebcab9d64e154db7;hpb=849bdf42ed7bd7cca68909d2b46869742dfd210e;ds=sidebyside diff --git a/plugins/squirrelspell/modules/options_main.mod.php b/plugins/squirrelspell/modules/options_main.mod.php index 9ad26b04..5e8e8ddf 100644 --- a/plugins/squirrelspell/modules/options_main.mod.php +++ b/plugins/squirrelspell/modules/options_main.mod.php @@ -1,27 +1,45 @@ Please choose which options you wish to set up:

- \n"; - sqspell_makePage("SquirrelSpell Options Menu", null, $msg); - -?> + /** + ** OPTIONS_MAIN.MOD.PHP -- Squirrelspell module + ** + ** Copyright (c) 1999-2001 The SquirrelMail development team + ** Licensed under the GNU GPL. For full terms see the file COPYING. + ** + ** Default page called when accessing SquirrelSpell's options. + ** + ** $Id$ + **/ + + // E_ALL: protection behind 3000 miles. + global $SQSPELL_APP; + + $msg = '

' . + _("Please choose which options you wish to set up:") . + '

'. + '\n"; + sqspell_makePage( _("SquirrelSpell Options Menu"), null, $msg); + +?> \ No newline at end of file