config( 'client/html/common/content/baseurl' ); $attrMap = $this->get( 'attributeMap', array() ); $enc = $this->encoder(); ?> 0 ) : ?>
html( $this->translate( 'client/html/code', $type ), $enc::TRUST ); ?> |
getListItems( 'media', 'default' ) as $listItem )
{
if( ( $item = $listItem->getRefItem() ) !== null ) {
echo $this->media( $item, $contentUrl, array( 'class' => 'media-item' ) );
}
}
?>
html( $attrItem->getName() ); ?>
|