なお、'startText'は2.4から'text'に変わっているので注意する
1 2 3 4 5 6 7 8 | <?php echo $this->Html->getCrumbList( array( 'separator' => ' <span class="divider">/</span>' , 'class' => 'breadcrumb' ), array( 'text' => 'ホーム' , ) ); ?> |