このページの翻訳:
- 日本語 (ja)
- English (en)
最近の更新
Tag Cloud
このページへのアクセス
今日: 2 / 昨日: 4
総計: 348
- Dokuwiki.fl8.jp(469)
- 13 CentOS6メール設定(23)
- FreeBSD カーネル再構築(22)
- 34 UnboundでHA構成(20)
最近の更新
このページへのアクセス
今日: 2 / 昨日: 4
総計: 348
arctic テンプレートですが、デフォルトでは「現在の位置」と「トレース(パンくず)」どちらかしか表示しないので
両方表示する場合の例
$ vi lib/tpl/arctic/main.php 63 <div class="breadcrumbs"> 64 <?php ($conf['youarehere'] != 1) ? tpl_breadcrumbs() : tpl_youarehere();?> 65 </div> ↓変更 63 <div class="breadcrumbs"> 64 <?php tpl_breadcrumbs(); print '<br>'; tpl_youarehere();?> 65 </div>