You are here

function uc_product_page_attachments in Ubercart 8.4

Implements hook_page_attachments().

File

uc_product/uc_product.module, line 32
The product module for Ubercart.

Code

function uc_product_page_attachments(&$page) {
  $page['#attached']['library'][] = 'uc_product/uc_product.styles';
}