mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 17:49:58 +09:00
카페 메인의 관리자가 지정하는 소개글에 자동 줄바꿈 되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6187 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
efca3c990a
commit
939f32dd72
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<div class="intro">
|
||||
<h3>{$module_info->intro_title}</h3>
|
||||
<img src="{$module_info->intro_image}" alt="" align="left" />
|
||||
{$module_info->intro_description}
|
||||
{nl2br($module_info->intro_description)}
|
||||
<span class="url"><a href="{$module_info->intro_url}" onclick="window.open(this.href); return false;">{$module_info->intro_url}</a></span>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
<a class="thumb" href="{getSiteUrl($val->domain)}" onclick="window.open(this.href); return false;"><img src="{$val->cafe_banner}" width="100" height="100" align="left"/></a>
|
||||
<!--@end-->
|
||||
<!--@if($val->cafe_description)-->
|
||||
{nl2br($val->cafe_description)}
|
||||
{preg_replace('/<([^>]+)>/i','',$val->cafe_description)}
|
||||
<!--@end-->
|
||||
<span class="url"><a href="{getSiteUrl($val->domain)}" onclick="window.open(this.href); return false;">{getSiteUrl($val->domain)}</a></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue