mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
이모티콘의 경로 위치 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2544 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d1d2d63a11
commit
7980219f8c
2 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<div id="popBody">
|
||||
|
||||
<!--@foreach($emoticon_list as $emoticon)-->
|
||||
<img src="{getUrl()}/{$emoticon}" alt="emoticon" onclick="insertEmoticon(this); return false;" class="emoticon" />
|
||||
<img src="images/{$emoticon}" alt="emoticon" onclick="insertEmoticon(this); return false;" class="emoticon" />
|
||||
<!--@end-->
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue