mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 04:39:55 +09:00
8 lines
245 B
HTML
8 lines
245 B
HTML
<!--%import("popup.js")-->
|
|
<!--%import("popup.css")-->
|
|
|
|
<div id="emoticon_area">
|
|
<!--@foreach($emoticon_list as $emoticon)-->
|
|
<img src="images/{$emoticon}" alt="emoticon" onclick="insertImage(this)" style="cursor:pointer;" />
|
|
<!--@end-->
|
|
</div>
|