Author Topic: Mini-Mod: We greet visitors  (Read 4870 times)

0 Members and 1 Guest are viewing this topic.

Offline Lesik

  • Newbie
  • *
  • Posts: 38
    • View Profile
Mini-Mod: We greet visitors
« on: May 10, 2007, 12:34:46 AM »
 :D  The Truman Show  :D

change in file user_logininfo.html

Code: [Select]
<table width="100%" border="0" cellpadding="4" cellspacing="0">
  <tr>
    <td valign="top" align="left">
    <script language=JavaScript>
        var h=(new Date()).getHours();
        if (h > 23 || h < 7) document.write("Good night");
        if (h > 6 && h < 12) document.write("Good morning");
        if (h > 11 && h < 19) document.write("Good afternoon");
        if (h > 18 && h < 24) document. write("Good evening");
      </script>
  {lang_loggedin_msg}<br /><br />
      &raquo; <a href="{url_lightbox}">{lang_lightbox}</a><br />
  &raquo; <a href="{url_control_panel}">{lang_control_panel}</a><br />
      &raquo; <a href="{url_logout}">{lang_logout}</a></td>
  </tr>
</table>


« Last Edit: February 11, 2009, 07:42:24 AM by Lesik »