/** * Get a list of CSS files required to display the widget properly * * @return array */ public function getCSSFiles() { $list = parent::getCSSFiles(); $list[] = 'modules/CDev/Coupons/cart.css'; return $list; }
/** * Get a list of CSS files required to display the widget properly * * @return array */ public function getCSSFiles() { return array_merge(parent::getCSSFiles(), $this->getWidget(array(), '\\XLite\\Module\\XC\\PitneyBowes\\View\\Checkout\\SurchargeInfo\\PitneyBowesTooltip')->getCSSFiles()); }