diff options
| -rw-r--r-- | etc/Mailman/handle_opts.html | 6 | ||||
| -rw-r--r-- | etc/Mailman/subscribe.html | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/etc/Mailman/handle_opts.html b/etc/Mailman/handle_opts.html index ce4acf3f..21a8a189 100644 --- a/etc/Mailman/handle_opts.html +++ b/etc/Mailman/handle_opts.html @@ -1,6 +1,10 @@ -<!-- $Revision$ --> +<!-- PG Template $Id$. Based on Informatics/MM Revision: 1.4 --> <html> +<head> <title><MM-List-Name> <MM-Operation> Results</title> +<link rel="SHORTCUT ICON" href="http://www.proofgeneral.org/pg/favicon.ico"> +<link href="http://www.proofgeneral.org/pg/proofgen.css" rel="stylesheet" type="text/css"> +</head> <body> <h1><MM-List-Name> <MM-Operation> Results</h1> <MM-Results> diff --git a/etc/Mailman/subscribe.html b/etc/Mailman/subscribe.html index eca76869..0825c8f8 100644 --- a/etc/Mailman/subscribe.html +++ b/etc/Mailman/subscribe.html @@ -1,6 +1,10 @@ -<!-- $Revision$ --> +<!-- PG Template $Id$. Based on Informatics/MM Revision: 1.4 --> <html> -<head><title><MM-List-Name> Subscription results</title></head> +<head> +<title><MM-List-Name> Subscription results</title> +<link rel="SHORTCUT ICON" href="http://www.proofgeneral.org/pg/favicon.ico"> +<link href="http://www.proofgeneral.org/pg/proofgen.css" rel="stylesheet" type="text/css"> +</head> <body> <h1><MM-List-Name> Subscription results</h1> <MM-Results> |
