PEAK XOOPS - Re: Welcome member message in top of home page in englishin japanese

Re: Welcome member message in top of home page

List posts in the topic

question Re: Welcome member message in top of home page

msg# 1.1.1.1
depth:
3
Previous post - Next post | Parent - No child | Posted on 2005/9/1 11:59
GIJOE  ÀèǤ·³Áâ   Posts: 4110
This is an issue of theme.html

If you don't use EMLH, the skelton should be ...
      <table width="100%" border="0" cellpadding="0" cellspacing="0" >
        <tr>
          <td align="left">
            <{if $xoops_isuser}>
              (message for login user)
            <{else}>
              (message for guests)
            <{/if}>
          </td>
          <td align="right">
            <{if $xoops_isuser}>
              <a href='<{$xoops_url}>/user.php?op=logout'><b>Logout</b></a>
            <{else}>
              Powered by XOOPS2
            <{/if}>
          </td>
        </tr>
      </table>
Votes:0 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!