init
[garradin.git] / templates / admin / _foot.tpl
1 </div>
2
3 <script type="text/javascript" defer="defer">
4 {literal}
5 (function () {
6 var keep_session_url = "{/literal}{$www_url}{literal}admin/login.php?keepSessionAlive&amp;";
7
8 function refreshSession()
9 {
10 var _RIMAGE = new Image(1,1);
11 _RIMAGE.src = keep_session_url + Math.round(Math.random()*1000000000);
12 }
13 window.setInterval(refreshSession, 10 * 60 * 1000);
14 } ());
15 {/literal}
16 </script>
17
18 </body>
19 </html>