uber_publisher_author_profile-7.0.0/uber_publisher_author_profile.module
uber_publisher_author_profile.module
<?php
/**
* @file
*/
/**
*
*/
function uber_publisher_author_profile_page_attachments(array &$attachments) {
$attachments['#attached']['library'][] = 'uber_publisher_author_profile/author.lib';
}
