diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-15 21:36:30 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-15 21:36:30 -0700 |
commit | f7a4ac2b8fb4457514e48aaf4704d69a7a59e208 (patch) | |
tree | 59ffb7f8e5c309a61aae9625216e77b3f8ece748 | |
parent | ce2fde5d37f7dd3972eafb644a9ff38532c4bae1 (diff) | |
parent | b6c34512313ae96fc4539bfc07add13a3a4b3022 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
-rw-r--r-- | themes/default/views/page.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 62d7ff85..3feb14cb 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -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 ?> |