1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/themes/greydragon/views/info_block.html.php

10 lines
234 B
PHP
Raw Normal View History

2009-11-30 07:09:08 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
<span class="g-metadata">
<? if ($item->description): ?>
<?= bb2html(html::purify($item->description), 1) ?>
<? else: ?>
&nbsp;
<? endif ?>
</span>