encoder(); $catPath = $this->get( 'listCatPath', array() ); $searchText = $this->param( 'f-search-text', null ); /** client/html/catalog/list/head/text-types * The list of text types that should be rendered in the catalog list head section * * The head section of the catalog list view at least consists of the category * name. By default, all short and long descriptions of the category are rendered * as well. * * You can add more text types or remove ones that should be displayed by * modifying these list of text types, e.g. if you've added a new text type * and texts of that type to some or all categories. * * @param array List of text type names * @since 2014.03 * @category User * @category Developer */ $textTypes = $this->config( 'client/html/catalog/list/head/text-types', array( 'short', 'long' ) ); ?>
getRefItems( 'media', 'head', 'default' ) as $mediaItem ) : ?>

html( $catItem->getName() ); ?>

getRefItems( 'text', $textType, 'default' ) as $textItem ) : ?>
html( $textItem->getContent(), $enc::TRUST ); ?>
get( 'headBody' ); ?>