遠藤様、ご回答ありがとうございます。
ご提示いただいた方法で画像は表示できました。
Re: グローバルナビでカスタムテンプレートの設定について
2015年11月8日 at 23:53
echoで出力する文字連結の中で更に
<?php echo $this->getThemePath(); ?>
とされているのが原因かと・・・
試していませんが、以下で期待の出力に成るのではないかと思います。
echo '<a href="' . $ni->url . '" target="' . $ni->TARGET . '" class="' . $ni->classes . '">' . $ni->name . '<img src="' . $this->getThemePath() . '/images/menu_03.png" border="0"></a>';
タグ:
Your post has been saved and will be published after approval by the forum moderator.
多摩勉強会/遠藤
Re: グローバルナビでカスタムテンプレートの設定について