mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
cafeXE의 기본 스킨에서 카페 썸네일의 잘못된 링크 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6181 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ad5d52230b
commit
9a9ecda59b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
<p class="text">
|
||||
<!--@if($val->cafe_banner)-->
|
||||
<a class="thumb" href="{$val->link}" onclick="window.open(this.href); return false;"><img src="{$val->cafe_banner}" width="100" height="100" align="left"/></a>
|
||||
<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)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue