diff options
| author | jhilden <jakobhilden@gmail.com> | 2009-08-28 11:27:38 -0400 |
|---|---|---|
| committer | jhilden <jakobhilden@gmail.com> | 2009-08-28 11:27:38 -0400 |
| commit | c0c65c6fcc971b1ea9c0afb75854aec502591d56 (patch) | |
| tree | 4b10c7011056002cdeb41fac215e5c608278333c /modules/info/views | |
| parent | 3d2e36f5b601b5a274efd0c55bf161448409682a (diff) | |
| parent | 826e104fa98eca33afd8cb59ebf8123021145609 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/info/views')
| -rw-r--r-- | modules/info/views/info_block.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php index f86ae39d..3c668168 100644 --- a/modules/info/views/info_block.html.php +++ b/modules/info/views/info_block.html.php @@ -10,9 +10,9 @@ <?= nl2br(p::purify($item->description)) ?> </li> <? endif ?> - <? if ($item->id != 1): ?> + <? if (!$item->is_album()): ?> <li> - <strong class="caption"><?= t("Folder name:") ?></strong> + <strong class="caption"><?= t("File name:") ?></strong> <?= p::clean($item->name) ?> </li> <? endif ?> |
