Subversion Repositories wimsdev

Rev

Rev 14465 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5489 bpr 1
!if $wims_user=$empty
14446 bpr 2
  <div class="wims_motd">
14465 obado 3
    !read ./wimshome/log/motd.phtml.$lang
14446 bpr 4
  </div>
14465 obado 5
  !read themes/_widgets/frontmsg.phtml
14446 bpr 6
  <div class="wims_frontpage">
14465 obado 7
    !readproc wimshome/log/front.phtml.$lang
8
    !if yes notin $front_exist
14955 obado 9
      <div class="wims_widget_box blockcenter">
10
        !read ./front.phtml.$lang
11
      </div>
14465 obado 12
    !else
13
      !read wimshome/log/front.phtml.$lang
14
    !endif
14446 bpr 15
  </div>
7679 bpr 16
!endif