Index: trunk/extensions/Collection/Collection.templates.php |
— | — | @@ -181,7 +181,7 @@ |
182 | 182 | ?> |
183 | 183 | <a href="<?php echo $url ?>" title="<?php $this->msg('coll-show') ?>"><img src="<?php echo htmlspecialchars($mediapath . "show.png") ?>" width="10" height="10" alt="<?php $this->msg('coll-show') ?>" /></a> |
184 | 184 | <span class="title" style="margin-left: 1em; cursor: move;"> |
185 | | - <?php if ($item['displaytitle']) { |
| 185 | + <?php if (isset($item['displaytitle']) && $item['displaytitle'] != '') { |
186 | 186 | echo htmlspecialchars($item['displaytitle']); |
187 | 187 | } else { |
188 | 188 | echo htmlspecialchars($item['title']); |