mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
implode array check
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9883 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
77bda9f23e
commit
bf1520da2b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="title">제목 : {$oDocument->getTitle()}</div>
|
||||
<div class="content">내용 : {$oDocument->getContent()}</div>
|
||||
<div class="tag">태그 : {implode(',', $oDocument->get('tag_list'))}</div>
|
||||
<div class="tag">태그 : <block cond="is_array($oDocument->get('tag_list'))">{implode(',', $oDocument->get('tag_list'))}</block></div>
|
||||
<!--@if($grant->manager)-->
|
||||
<!--%import("./js/page_admin.js")-->
|
||||
<div class="tRight gap1 clear">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue