이모티콘의 경로 위치 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2544 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-06 02:12:12 +00:00
parent d1d2d63a11
commit 7980219f8c
2 changed files with 5 additions and 5 deletions

View file

@ -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>