子カテゴリがある場合に対応
対象ファイル:/inc/Category.php Line670位
$output .= "\t</li>\n";
$output .= "\t</ul>\n";
$output .= '<span id="totFaqRecords" style="display: none;">'.$totFaqRecords."</span>\n";
return $output;
}
を
$output .= "\t</li>\n";
$output .= '
<script type="text/javascript"><!--
google_ad_client = "pub-8591129562598792";
/* 300x250, 作成済み 10/01/26 */
google_ad_slot = "3482055771";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
';
$output .= "\t</ul>\n";
$output .= '<span id="totFaqRecords" style="display: none;">'.$totFaqRecords."</span>\n";
return $output;
}