encoder(); $detailTarget = $this->config( 'client/html/catalog/detail/url/target' ); $detailController = $this->config( 'client/html/catalog/detail/url/controller', 'catalog' ); $detailAction = $this->config( 'client/html/catalog/detail/url/action', 'detail' ); $detailConfig = $this->config( 'client/html/catalog/detail/url/config', array() ); /// Price format with price value (%1$s) and currency (%2$s) $priceFormat = $this->translate( 'client/html', '%1$s %2$s' ); /// Percent format with value (%1$s) and % sign $percentFormat = $this->translate( 'client/html', '%1$s%%' ); $fparams = ( ( $catid = $this->param( 'f-catalog-id' ) ) != '' ? array( 'f-catalog-id' => $catid ) : array() ); ?>