Seiji Sogabe
sogab****@nttco*****
2006年 11月 29日 (水) 12:12:30 JST
曽我部です。 田中 太郎 wrote: > 左メニューのカテゴリーをクリックした時に表示されるページを変更したいのです > が、 > テンプレート?PHPのソースはどこを変更したらいいのでしょうか?URLでは > default.phpdefault.php?cPath=3_10となっていますが、該当部分がみつけられない > です。 catalog/includes/boxes/categories.php の 20行目から29行目あたりです。 > 20 $categories_string .= '<a href="'; > 21 > 22 if ($foo[$counter]['parent'] == 0) { > 23 $cPath_new = 'cPath=' . $counter; > 24 } else { > 25 $cPath_new = 'cPath=' . $foo[$counter]['path']; > 26 } > 27 > 28 $categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new); > 29 $categories_string .= '">'; では。