mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-10 16:05:21 -04:00
[Fixes #1758] Link to themes codex page instead of modules codex page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user