mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1362 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
48c267633b
commit
1a6943bf9c
1 changed files with 4 additions and 5 deletions
|
|
@ -1,13 +1,12 @@
|
||||||
<!-- 글 내용 보여주기 -->
|
<!-- 글 내용 보여주기 -->
|
||||||
<div class="content_box">
|
<div class="content_box">
|
||||||
<!--@if($category_list && $document->category_srl)-->
|
|
||||||
<div class="category_title">
|
|
||||||
{$lang->category} : {$category_list[$document->category_srl]->title}
|
|
||||||
</div>
|
|
||||||
<!--@end-->
|
|
||||||
|
|
||||||
<div class="title" style="clear:right;height:25px;">
|
<div class="title" style="clear:right;height:25px;">
|
||||||
<div class="date" style="float:right;">
|
<div class="date" style="float:right;">
|
||||||
|
<!--@if($category_list && $document->category_srl)-->
|
||||||
|
{$category_list[$document->category_srl]->title} -
|
||||||
|
<!--@end-->
|
||||||
|
|
||||||
{zdate($document->regdate,"Y-m-d H:i:s")}
|
{zdate($document->regdate,"Y-m-d H:i:s")}
|
||||||
</div>
|
</div>
|
||||||
<div style="font-weight:bold;font-size:18px;float:left;">
|
<div style="font-weight:bold;font-size:18px;float:left;">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue