Hello i have any vote reward system and 2 folders admicp / modules
when i can put this html code in my website or when?
Code:<? if($core['vote']['on_off'] == '1') { $vote_content .='<script type="text/javascript" SRC="sys_/plugins/js_popup.js"></script> <div id="root" style="z-index: 300; position:absolute; absolute; width: 320px; -moz-user-select: none; cursor: default; left: '.$core['vote']['vote_left'].'px; top: '.$core['vote']['vote_top'].'px; background-color: #333333; border: 1px solid #000000; visibility: inherit; overflow: visible;" onselectstart="return false"> <div id="handle" style="width: 320px; height: 25px; background-image: url(template/'.$core['config']['template'].'/images/vote_title.gif); color: #FFFFFF; font-weight: bold; font-family: Verdana; font-size: 12px; ; display: table; border-bottom: 1px solid #000000"> <div style="display: table-cell; vertical-align: middle; #position: relative; color: #FFFFFF; #top: 5px"><center> '.$_SESSION['user_auth_id'].' '.Votacion.' '.$core['vote']['vote_title'].' </center></div> </div> <div style="padding: 5px; text-align: left; font-weight: bold; font-family: Verdana; font-size: 12px; color: #ffffff";><table width="300" align="center" border="0" cellspacing="2" cellpadding="0"><td align="center" valign="middle"> '.$core['vote']['vote_link3'].'</td><td align="center" valign="middle"> '.$core['vote']['vote_link2'].'</td><td align="center" valign="middle"> '.$core['vote']['vote_link1'].'</td></table> <div align="right"> <input type="button" class="button" value="Cerrar" onClick="document.getElementById(\'root\').style.visibility = \'hidden\'; return false"> </div> </div> </div> </div> <script type="text/javascript"> Drag.init(document.getElementById("handle"), document.getElementById("root")); if (readCookie("hs_wow_vote") != 1) { document.getElementById(\'root\').style.visibility = "visible"; } </script>'; } echo $vote_content ?>




