97 |
-# $HTML_TITLE = 'E Z Mailing List Manager'; |
-# $HTML_TITLE = 'E Z Mailing List Manager'; |
98 |
-$HTML_TITLE = 'Mailing Lists'; |
-$HTML_TITLE = 'Mailing Lists'; |
99 |
+my $options= $ezmlm{options} || 'aBDFGHiJkLMNOpQRSTUWx'; |
+my $options= $ezmlm{options} || 'aBDFGHiJkLMNOpQRSTUWx'; |
100 |
+$OUT .= "\$DEFAULT_OPTIONS = '$options'"; |
+$OUT .= "\$DEFAULT_OPTIONS = '$options';\n"; |
101 |
|
|
102 |
-# --------------------------------------------------------------------------- |
-# --------------------------------------------------------------------------- |
103 |
+my $title= $ezmlm{title} || 'Koozali SME Server Mailing List Manager'; |
+my $title= $ezmlm{title} || 'Koozali SME Server Mailing List Manager'; |
104 |
+$OUT .= "# What is the title of this document?"; |
+$OUT .= "# What is the title of this document?\n"; |
105 |
+$OUT .= "\$HTML_TITLE = '$title';"; |
+$OUT .= "\$HTML_TITLE = '$title';\n"; |
106 |
+ |
+ |
107 |
+ |
+ |
108 |
+$OUT .= <<'EOF'; |
+$OUT .= <<'EOF'; |