Skip to content

Commit

Permalink
Merge pull request #56 from alindeman/alindeman/1758
Browse files Browse the repository at this point in the history
[Fixes #1758] Link to themes codex page instead of modules codex page
  • Loading branch information
bharat committed Jun 28, 2011
2 parents 40cda7f + fc6c139 commit 1afbcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gallery/views/admin_themes.html.php
Expand Up @@ -48,7 +48,7 @@ function() { load(type) });

<? 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>
Expand Down Expand Up @@ -88,7 +88,7 @@ function() { load(type) });

<? 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>
Expand Down

0 comments on commit 1afbcaf

Please sign in to comment.