Make the info block display 'File name', instead of 'Folder name' when showing a photo. Fixes #631

This commit is contained in:
Chad Kieffer
2009-08-27 14:27:49 -06:00
parent 0be38d143c
commit ddddfc5e8e
+1 -1
View File
@@ -12,7 +12,7 @@
<? endif ?>
<? if ($item->id != 1): ?>
<li>
<strong class="caption"><?= t("Folder name:") ?></strong>
<strong class="caption"><?= $theme->page_type == 'album' ? t("Folder name:"): t("File name:"); ?></strong>
<?= p::clean($item->name) ?>
</li>
<? endif ?>