You are here

function uc_store_page_attachments in Ubercart 8.4

Implements hook_page_attachments().

File

uc_store/uc_store.module, line 168
Contains global Ubercart functions and store administration functionality.

Code

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