encoder(); /** client/html/common/content/baseurl * Path to the content directory or content base URL to a server * * This option must point to the base path or URL of the used content (images, * downloadable files, etc.). * * If you use an absolute URL prefer the https protocol to avoid issues with mixed * content. Browsers avoid to load files via http if the page was retrieved via * https. * * @param string Relative path or absolute URL * @since 2014.03 * @see client/html/common/content/baseurl */ $contentUrl = $this->config( 'client/html/common/content/baseurl' ); /** client/html/catalog/filter/default/button * Displays the "Search" button in the catalog filter if Javascript is disabled * * Usually the "Search" button is shown in the catalog filter if the browser * doesn't support Javascript or the user has disabled Javascript for the site. * If you are using parts of the catalog filter to e.g. render a menu, the * button shouldn't be displayed at all. This can be explicitely set via this * configuration option. * * @param boolean A value of "1" to enable the button, "0" to disable it * @since 2014.03 * @category User * @category Developer */ $button = $this->config( 'client/html/catalog/filter/default/button', true ); $listTarget = $this->config( 'client/html/catalog/list/url/target' ); $listController = $this->config( 'client/html/catalog/list/url/controller', 'catalog' ); $listAction = $this->config( 'client/html/catalog/list/url/action', 'list' ); $listConfig = $this->config( 'client/html/catalog/list/url/config', array() ); $attrMap = $this->get( 'attributeMap', array() ); $attrIds = $this->param( 'f_attrid', array() ); $params = $this->param(); unset( $params['target'] ); ?>

html( $this->translate( 'client/html', 'Attributes' ), $enc::TRUST ); ?>

html( $this->translate( 'client/html', 'Your choice' ), $enc::TRUST ); ?> 1 ) : ?> html( $this->translate( 'client/html', 'clear all' ), $enc::TRUST ); ?>
html( $this->translate( 'client/html/code', $attrType ), $enc::TRUST ); ?>
  • />
attributeBody; ?>