mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 19:20:52 -04:00
Merge branch 'master' of git@github.com:gallery/gallery3
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<?= t("Movie :: %movie_title", array("movie_title" => p::clean($theme->item()->title))) ?>
|
||||
<? endif ?>
|
||||
<? elseif ($theme->tag()): ?>
|
||||
<?= t("Browse Tag :: %tag_title", array("tag_title" => p::clean($theme->tag()->title))) ?>
|
||||
<?= t("Browse Tag :: %tag_title", array("tag_title" => p::clean($theme->tag()->name))) ?>
|
||||
<? else: /* Not an item, not a tag, no page_title specified. Help! */ ?>
|
||||
<?= t("Gallery") ?>
|
||||
<? endif ?>
|
||||
|
||||
Reference in New Issue
Block a user