diff options
author | Andy Lindeman <alindeman@gmail.com> | 2011-06-27 08:25:50 -0400 |
---|---|---|
committer | Andy Lindeman <alindeman@gmail.com> | 2011-06-27 08:25:50 -0400 |
commit | fc6c1390d3d5f3d99d75b04acf208ae3729c11ce (patch) | |
tree | f4adb39ad8acde158fdc0cbfad3b4a329da864ec /modules | |
parent | 771de0a3746ac0d780cb5dce2a14aa5a6ddf06d7 (diff) |
[Fixes #1758] Link to themes codex page instead of modules codex page
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/admin_themes.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/admin_themes.html.php b/modules/gallery/views/admin_themes.html.php index 7d947b28..9d53779f 100644 --- a/modules/gallery/views/admin_themes.html.php +++ b/modules/gallery/views/admin_themes.html.php @@ -48,7 +48,7 @@ <? if (!$count): ?> <p> - <?= t("There are no other site themes available. <a href=\"%url\">Download one now!</a>", array("url" => "http://codex.gallery2.org/Category:Gallery_3:Modules")) ?> + <?= t("There are no other site themes available. <a href=\"%url\">Download one now!</a>", array("url" => "http://codex.gallery2.org/Category:Gallery_3:Themes")) ?> </p> <? endif ?> </div> @@ -88,7 +88,7 @@ <? if (!$count): ?> <p> - <?= t("There are no other admin themes available. <a href=\"%url\">Download one now!</a>", array("url" => "http://codex.gallery2.org/Category:Gallery_3:Modules")) ?> + <?= t("There are no other admin themes available. <a href=\"%url\">Download one now!</a>", array("url" => "http://codex.gallery2.org/Category:Gallery_3:Themes")) ?> </p> <? endif ?> </div> |