You are here

function nodewords_page_load in Nodewords: D6 Meta Tags 6

This function is used from the menu system when a menu callback path contains %nodewords_page_load.

File

./nodewords.module, line 1111
Implement an API that other modules can use to implement meta tags.

Code

function nodewords_page_load($pid) {
  return _nodewords_get_custom_pages_data($pid);
}