/ Published in: PHP
URL: http://www.magentocommerce.com/boards/viewthread/28220/P30/#t268687
template catalog->layer->view.phtml
Expand |
Embed | Plain Text
<?php if($this->canShowBlock()): ?> <div class="block block-layered-nav"> <div class="block-content"> <?php if($this->canShowOptions()): ?> <dl id="narrow-by-list"> <?php $_filters = $this->getFilters() ?> <?php foreach ($_filters as $_filter): ?> <?php if($_filter->getItemsCount()): ?> <?php $__tcc=$this->__($_filter->getName());?> </dt> </dd> <?php endif; ?> <?php endforeach; ?> </dl> <script type="text/javascript">decorateDataList('narrow-by-list')<script> <?php endif; ?> </div> </div> <?php endif; ?>
You need to login to post a comment.
