social media btns

This commit is contained in:
2018-04-25 23:23:03 +02:00
parent e2b0c1c59a
commit bd68707e61
35 changed files with 1440 additions and 6 deletions
@@ -0,0 +1,21 @@
<?php
/**
* @file
* Hooks specific to the AddToAny module.
*/
/**
* Alter the entity types that the AddToAny pseudo-field is available for.
*
* @param array $types
* The entity types.
*/
function hook_addtoany_entity_types_alter(&$types) {
// Add the "taxonomy_term" entity type.
$types[] = 'taxonomy_term';
}
/**
* @} End of "addtogroup addtoany".
*/