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' ); $attrIds = $this->param( 'f-attr-id', array() ); if( is_string( $attrIds ) ) { $attrIds = explode( ' ', $attrIds ); } $attrIds = array_flip( $attrIds ); ?>
get( 'attributeMap', array() ) as $attrType => $attributes ) : ?>
html( $this->translate( 'client/html/code', $attrType ), $enc::TRUST ); ?>
attributeBody; ?>