Changeset 1601
- Timestamp:
- 2010년 02월 18일 11시 32분 06초 (7 months ago)
- Files:
-
- 1 modified
-
trunk/metabbs/skins/gallery-default/list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/metabbs/skins/gallery-default/list.php
r1573 r1601 46 46 <p> 47 47 <? if ($post->category): ?><span class="category"><?=$post->category->name?></span><? endif; ?> 48 <? if ($post->secret): ?><span class="secret"><?=i('Secret Post')?></span> |<? endif; ?> 48 49 <a href="<?=$post->url?>"><?=$post->title?></a> 49 50 <span class="comment-count"><?=$post->comment_count?></span>
