mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2010-06-07 02:26 am

[dw-nonfree] link to dw merch in shop menu

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/b2426a49c45a]

http://bugs.dwscoalition.org/show_bug.cgi?id=2528

Add merchandise URL for Dreamwidth.

Patch by [personal profile] kareila.

Files modified:
  • etc/config-local.pl
--------------------------------------------------------------------------------
diff -r 06c1fca43cb0 -r b2426a49c45a etc/config-local.pl
--- a/etc/config-local.pl	Wed Jun 02 20:22:56 2010 +0800
+++ b/etc/config-local.pl	Mon Jun 07 02:26:39 2010 +0000
@@ -87,6 +87,9 @@
     # (Note: you need to provide your own 404-error-local.bml)
     $PAGE_404 = "404-error-local.bml";
 
+    # merchandise link
+    $MERCH_URL = "http://www.zazzle.com/dreamwidth*";
+
     # shop/pricing configuration
     %SHOP = (
         # key => [ $USD, months, account type, cost in points ],
--------------------------------------------------------------------------------