mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
PollWidget v2
This commit is contained in:
parent
effc774640
commit
660da39c60
29 changed files with 1388 additions and 0 deletions
12
widgets/pollWidget/skins/default/_header.html
Normal file
12
widgets/pollWidget/skins/default/_header.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<!--%load_js_plugin("handlebars")-->
|
||||
|
||||
<!--@if(__DEBUG__)-->
|
||||
<load target="css/poll.css" />
|
||||
<load target="js/poll.js" />
|
||||
<!--@else-->
|
||||
<load target="css/poll.min.css" />
|
||||
<load target="js/poll.min.js" />
|
||||
<!--@end-->
|
||||
{@
|
||||
Context::loadLang(_XE_PATH_ . 'modules/poll/lang');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue