Adding basic anonymous subscription.
This commit is contained in:
parent
c4115cc82a
commit
8fdeca68b5
3 changed files with 124 additions and 5 deletions
|
|
@ -3,7 +3,12 @@ package WebGUI::i18n::English::Asset_NewsletterCollection;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'subscribe' => {
|
||||
message => 'subscribe',
|
||||
},
|
||||
'unsubscribe' => {
|
||||
message => 'unsubscribe',
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue