Strict Standards: Non-static method Protector::getInstance() should not be called statically in /home/suehirogari/suehirogari.com/xoops_trust_path/modules/protector/include/precheck_functions.php on line 12

Strict Standards: Non-static method XCube_Root::getSingleton() should not be called statically in /home/suehirogari/suehirogari.com/public_html/include/common.php on line 18

Deprecated: Non-static method XCube_Root::getSingleton() should not be called statically, assuming $this from incompatible context in /home/suehirogari/suehirogari.com/public_html/modules/user/preload/Primary/Primary.class.php on line 13
メインメニューとユーザーメニューのテーブル表現からDIVへ変更する | 社内SEのウェブ制作

2010.06.18xoopsズープス

メインメニューとユーザーメニューのテーブル表現からDIVへ変更する

メインメニュー
<div id="mainmenu">
<a class="menuTop" href="<{$xoops_url}>/"><{$smarty.const._MB_LEGACY_HOME}></a>
<{foreach item=module from=$block.modules}>
<a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}></a>
<{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a>
<{/foreach}>
<{/foreach}>
</div>
 

ユーザーメニュー
<div id="usermenu">
<a class="menuTop" href="<{$xoops_url}>/user.php"><{$smarty.const._MB_LEGACY_VACNT}></a>
<a class="menuMain" href="<{$xoops_url}>/edituser.php"><{$smarty.const._MB_LEGACY_EACNT}></a>
<a class="menuMain" href="<{$xoops_url}>/notifications.php"><{$smarty.const._MB_LEGACY_NOTIF}></a>
<a class="menuMain" href="<{$xoops_url}>/user.php?op=logout"><{$smarty.const._MB_LEGACY_LOUT}></a>
<{if $block.flagShowInbox}>
<{if $block.new_messages > 0}>
<a class="menuMain" href="<{$block.inbox_url}>"><{$smarty.const._MB_LEGACY_INBOX}> (<span style="color:#ff0000; font-weight: bold;"><{$block.new_messages}></span>)</a>
<{else}>
<a class="menuMain" href="<{$block.inbox_url}>"><{$smarty.const._MB_LEGACY_INBOX}></a>
<{/if}>
<{/if}>
<{if $block.show_adminlink}>
<a class="menuMain" href="<{$xoops_url}>/admin.php"><{$smarty.const._MB_LEGACY_ADMENU}></a>
<{/if}>
<div class="menuBottom"></div>
</div>


このカテゴリの人気記事



  • コメント (0)
  • トラックバック (0)
  • 閲覧 (19832)

トラックバック

トラックバックpingアドレス http://www.suehirogari.com/modules/blog/tb.php/45

コメントの投稿

コメント投稿に関するルール : コメントは全て承認が必要

キーワードでサイト内を検索
人気のエントリ