From: vincent@cubedesigners.com Date: Fri, 10 Aug 2012 15:09:53 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f76cfc410a480ac65f5b81d16237682e8e29322d;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 df2963f34..7cc74b694 100644 --- a/inc/ws/Util/html5/class.ws.html5.links.php +++ b/inc/ws/Util/html5/class.ws.html5.links.php @@ -294,8 +294,10 @@ class actionLink extends internalLink { } -class basketLink extends wsHTML5Link { - +class basketLink extends contentLink { + public function getCSS() { + return 'background-color:#fff;'; + } } class colorLink extends contentLink {