Rev 14446 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14446 | Rev 14465 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if $wims_user=$empty |
1 | !if $wims_user=$empty |
2 | <div class="wims_motd"> |
2 | <div class="wims_motd"> |
3 | !read ./wimshome/log/motd.phtml.$lang |
3 | !read ./wimshome/log/motd.phtml.$lang |
4 | </div> |
4 | </div> |
- | 5 | !read themes/_widgets/frontmsg.phtml |
|
5 | <div class="wims_frontpage"> |
6 | <div class="wims_frontpage"> |
6 | !readproc wimshome/log/front.phtml.$lang |
7 | !readproc wimshome/log/front.phtml.$lang |
7 | !if yes notin $front_exist |
8 | !if yes notin $front_exist |
8 | !read ./front.phtml.$lang |
9 | !read ./front.phtml.$lang |
9 | !else |
10 | !else |
10 | !read wimshome/log/front.phtml.$lang |
11 | !read wimshome/log/front.phtml.$lang |
11 | !endif |
12 | !endif |
12 | </div> |
13 | </div> |
13 | !endif |
14 | !endif |