이모티콘 출력 부분에서 php5.x에서 발생하는 array_merge관련 함수때문에 코드 정리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2541 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-06 01:52:18 +00:00
parent ccd8919261
commit a437378774
42 changed files with 23 additions and 26 deletions

View file

@ -8,7 +8,7 @@
<div id="popBody">
<!--@foreach($emoticon_list as $emoticon)-->
<img src="images/{$emoticon}" alt="emoticon" onclick="insertEmoticon(this); return false;" class="emoticon" />
<img src="{getUrl()}/{$emoticon}" alt="emoticon" onclick="insertEmoticon(this); return false;" class="emoticon" />
<!--@end-->
</div>