[dw-free] /manage/moodthemes links to wrong page
[commit: http://hg.dwscoalition.org/dw-free/rev/2afea3d0fc32]
http://bugs.dwscoalition.org/show_bug.cgi?id=3763
Fix the link to actually point to the page that lets you change the mood
theme.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3763
Fix the link to actually point to the page that lets you change the mood
theme.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/manage/moodthemes.bml
- htdocs/manage/moodthemes.bml.text
-------------------------------------------------------------------------------- diff -r 8fd9d2c209ae -r 2afea3d0fc32 htdocs/manage/moodthemes.bml --- a/htdocs/manage/moodthemes.bml Thu Jun 30 00:24:37 2011 -0500 +++ b/htdocs/manage/moodthemes.bml Thu Jun 30 00:51:39 2011 -0500 @@ -492,7 +492,7 @@ } } - $ret .= "<?p " . BML::ml('.usepublictheme', {'aopts' => "href='$LJ::SITEROOT/customize/'"}) . " p?>" + $ret .= "<?p " . BML::ml('.usepublictheme2', {'aopts' => "href='$LJ::SITEROOT/customize/options?group=display'"}) . " p?>" unless $moodtheme_upsell; } diff -r 8fd9d2c209ae -r 2afea3d0fc32 htdocs/manage/moodthemes.bml.text --- a/htdocs/manage/moodthemes.bml.text Thu Jun 30 00:24:37 2011 -0500 +++ b/htdocs/manage/moodthemes.bml.text Thu Jun 30 00:51:39 2011 -0500 @@ -53,7 +53,7 @@ .title=Custom mood theme editor -.usepublictheme=Select a public mood theme as your default at the <a [[aopts]]>Journal Style Page</a>. +.usepublictheme2=Select a public mood theme as your default at the <a [[aopts]]>Customize Journal Style page</a>. .yourthemes.delete.confirm=Are you sure you want to delete this mood theme? --------------------------------------------------------------------------------