diff options
author | Nathan Kinkade <nath@nkinka.de> | 2011-10-26 16:22:22 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2011-10-26 16:22:22 +0000 |
commit | 963bcf0789148fb3aa9149581cb6d0791d2e641f (patch) | |
tree | 5c550f97a4325f67b00e1971ae78e93f87da8452 /themes/wind | |
parent | 47456c0de8a408bca9b5a02a0fbc835ff1c01a68 (diff) | |
parent | 5a11684486e82758a9ea0764e779726252c17dea (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'themes/wind')
-rw-r--r-- | themes/wind/views/page.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index ca6d2bb1..24d3347e 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -115,6 +115,7 @@ <? if (!$breadcrumb->last): ?> <a href="<?= $breadcrumb->url ?>"><? endif ?> <?= html::purify(text::limit_chars($breadcrumb->title, module::get_var("gallery", "visible_title_length"))) ?> <? if (!$breadcrumb->last): ?></a><? endif ?> + </li> <? endforeach ?> </ul> <? endif ?> |