]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 6 Jun 2013 07:29:34 +0000 (07:29 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 6 Jun 2013 07:29:34 +0000 (07:29 +0000)
inc/ws/Util/html5/class.ws.html5.links.php

index c27be3a3691ba0344a46af9166da03fe13ce3f4b..def005fae99c55c6bd451d1f77405e9a7ad45fc6 100644 (file)
@@ -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();