mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
이모티콘 출력 부분에서 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:
parent
ccd8919261
commit
a437378774
42 changed files with 23 additions and 26 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue