Subversion Repositories wimsdev

Rev

Rev 14446 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if $wims_user=$empty
  2.   <div class="wims_motd">
  3.     !read ./wimshome/log/motd.phtml.$lang
  4.   </div>
  5.   !read themes/_widgets/frontmsg.phtml
  6.   <div class="wims_frontpage">
  7.     !readproc wimshome/log/front.phtml.$lang
  8.     !if yes notin $front_exist
  9.       !read ./front.phtml.$lang
  10.     !else
  11.       !read wimshome/log/front.phtml.$lang
  12.     !endif
  13.   </div>
  14. !endif
  15.