diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2011-06-27 22:26:41 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2011-06-27 22:26:41 -0700 |
| commit | 1afbcafe0e556ac571a5282f8b481fb90f5fb05a (patch) | |
| tree | e7f1240835615239814570f66da5313809673725 /modules/gallery/views | |
| parent | 40cda7fa3fa8d9ede1f24bfa8460aab1ac681c34 (diff) | |
| parent | fc6c1390d3d5f3d99d75b04acf208ae3729c11ce (diff) | |
Merge pull request #56 from alindeman/alindeman/1758
[Fixes #1758] Link to themes codex page instead of modules codex page
Diffstat (limited to 'modules/gallery/views')
| -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> |
