encoder(); $level = $this->get( 'level', 0 ); $path = $this->get( 'path', array() ); $params = $this->get( 'params', array() ); $target = $this->config( 'client/html/catalog/list/url/target' ); $controller = $this->config( 'client/html/catalog/list/url/controller', 'catalog' ); $action = $this->config( 'client/html/catalog/list/url/action', 'list' ); $config = $this->config( 'client/html/catalog/list/url/config', array() ); /** client/html/common/partials/media * Relative path to the media partial template file * * Partials are templates which are reused in other templates and generate * reoccuring blocks filled with data from the assigned values. The media * partial creates an HTML block of for images, video, audio or other documents. * * The partial template files are usually stored in the layouts/partials/ folder * of the core or the extensions. The configured path to the partial file must * be relative to the layouts/ folder, e.g. "common/partials/media-default.html". * * @param string Relative path to the template file * @since 2015.08 * @category Developer */ ?>