1.1, ); } /** * Implementation of hook_nodewords_tags_info(). */ function nodewords_custom_nodewords_tags_info() { $tags = array(); return $tags; } /** * Implementation of hook_perm(). */ function nodewords_custom_perm() { return array(); } /***************************************************************************** * Meta tags implementation functions. ****************************************************************************/ /** * @} End of "addtogroup nodewords_custom". */