From: vincent@cubedesigners.com Date: Thu, 6 Jun 2013 07:29:34 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2e2fb6e8d339e03e38b9fa090f89fe6e4e64d599;p=cubeextranet.git --- diff --git a/inc/ws/Util/html5/class.ws.html5.links.php b/inc/ws/Util/html5/class.ws.html5.links.php index c27be3a36..def005fae 100644 --- a/inc/ws/Util/html5/class.ws.html5.links.php +++ b/inc/ws/Util/html5/class.ws.html5.links.php @@ -397,6 +397,10 @@ class fileLink extends normalLink { class multimediaLink extends wsHTML5Link { + public function getHTMLContainerClass() { + return 'link multimedia'; + } + public function getHTMLContent() { //$this->copyExternalFile($this->to); $w = $this->width * $this->getCssScale();