PEAK XOOPS - Re: your menu in englishin japanese

Re: your menu

List posts in the topic

question Re: your menu

msg# 1.1.2.1.1.1
depth:
5
Previous post - Next post | Parent - Children.1 | Posted on 2006/8/25 5:24
GIJOE  先任軍曹   Posts: 4110
Quote:
newsモジュールにアクセスしている時に、news.gif の替わりに news_highlite.gif という画像を表示させたい場合

<{php}>
global $xoopsModule , $xoopsUser ;
$xoops_url = XOOPS_URL ;
$xoops_imageurl = XOOPS_THEME_URL.'/'.テーマ名.'' ; 
$mod = $GLOBALS['xoopsModule'];
$dirname = (isset($mod) ? $mod->getVar('dirname') :'system');
$this->assign("module_current", $dirname);
$submenu_str = "" ;
$mainmenu_str = "
  <tr> 
    <td class='headermenu'>
      <a href='$xoops_url/'><img src='$xoops_imageurl/home.gif'></a> |
      <{if $module_current == $module.directory}><a href='$xoops_url/modules/news/'><img src='$xoops_imageurl/news_highlite.gif'></a><{else}><a href='$xoops_url/modules/news/'><img src='$xoops_imageurl/news.gif'></a><{/if}>
    </td>
  </tr>\n" ;

以下省略  
  

としたところ、うまくいかなかったというものです。
ここは、PHPパートなので、<{}>といったタグは使えません。
ここを私がPHPで書くのは簡単ですが、その後が困るでしょう。

PHPを読み書きできないのなら、無理にPHPをいじろうとせず、テーマチェンジャーを使う、なんて方法はどうでしょうか?
Votes:1 Average:0.00

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!