Re: グローバルナビでカスタムテンプレートの設定について
2015年11月9日 at 0:28
グローバルナビの$naviItemsで渡された、$nameというスコープはオリジナルのview.phpでは、翻訳して使用していたので、それに倣って、少し訂正します。
echo '<a href="' . $ni->url . '" target="' . $ni->target . '" class="' . $ni->classes . '">' . $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.