mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1662 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
15801d738a
commit
8390ec57e2
75 changed files with 484 additions and 484 deletions
|
|
@ -7,14 +7,14 @@
|
|||
<div class="newest_comment_{$colorset}" style="width:100%">
|
||||
<div class="newest_comment_box">
|
||||
|
||||
<!--@if($plugin_info->title)-->
|
||||
<!--@if($widget_info->title)-->
|
||||
<div class="title_box">
|
||||
<div class="title">{$plugin_info->title}</div>
|
||||
<div class="title">{$widget_info->title}</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
<div class="comment_box">
|
||||
<!--@foreach($plugin_info->comment_list as $val)-->
|
||||
<!--@foreach($widget_info->comment_list as $val)-->
|
||||
<div class="comment">
|
||||
<a href="{getUrl('','document_srl',$val->document_srl)}#comment_{$val->comment_srl}">{htmlspecialchars(cut_str(strip_tags($val->content),13,'...'))}</a>
|
||||
<!--@if($val->member_srl)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue