[dw-free] errors in TT conversion of htdocs/legal/dmca.bml
[commit: http://hg.dwscoalition.org/dw-free/rev/404c6b5c0335]
http://bugs.dwscoalition.org/show_bug.cgi?id=3375
Tweak a couple of config changes.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3375
Tweak a couple of config changes.
Patch by
Files modified:
- cgi-bin/DW/Template.pm
- etc/config.pl
--------------------------------------------------------------------------------
diff -r e76d6f8b1e9d -r 404c6b5c0335 cgi-bin/DW/Template.pm
--- a/cgi-bin/DW/Template.pm Tue Jan 04 18:55:46 2011 +0800
+++ b/cgi-bin/DW/Template.pm Tue Jan 04 19:26:38 2011 +0800
@@ -38,7 +38,9 @@ my $site_constants = Template::Namespace
nameshort => $LJ::SITENAMESHORT,
nameabbrev => $LJ::SITENAMEABBREV,
- company => $LJ::SITECOMPANY,
+ company => $LJ::SITECOMPANY,
+ address => $LJ::SITEADDRESS,
+ addressline => $LJ::SITEADDRESSLINE,
domain => $LJ::DOMAIN,
domainweb => $LJ::DOMAIN_WEB,
@@ -50,6 +52,7 @@ my $site_constants = Template::Namespace
help => \%LJ::HELPURL,
email => {
+ abuse => $LJ::ABUSE_EMAIL,
coppa => $LJ::COPPA_EMAIL,
privacy => $LJ::PRIVACY_EMAIL,
},
diff -r e76d6f8b1e9d -r 404c6b5c0335 etc/config.pl
--- a/etc/config.pl Tue Jan 04 18:55:46 2011 +0800
+++ b/etc/config.pl Tue Jan 04 19:26:38 2011 +0800
@@ -33,6 +33,7 @@
# email addresses
$ADMIN_EMAIL = "webmaster\@$DOMAIN";
+ $ABUSE_EMAIL = "abuse\@$DOMAIN";
$SUPPORT_EMAIL = "support\@$DOMAIN";
$COMMUNITY_EMAIL = "community_invitation\@$DOMAIN";
$BOGUS_EMAIL = "dw_null\@$DOMAIN";
--------------------------------------------------------------------------------
