XOOPS佈景開發
- 在 theme.html </body> 之前加入
<{* 管理員登入用 *}>
<{includeq file="$theme_name/tpl/control.html"}>
- control.html
<div style='position:fixed;top:1px;left:1px;z-index:10000'>
<{if $xoops_isadmin}>
<a href="<{xoAppUrl admin.php}>"> </a>
<{else}>
<a href="<{xoAppUrl user.php}>"> </a>
<{/if}>
</div >