You are here

function node_embed_page_build in Node Embed 7

Implements hook_page_build().

File

./node_embed.module, line 273
This module defines an input filter for taking an embed code syntax ([[nid: ###]]) and removing the embed code and replacing with a rendered node view at that position in the text field.

Code

function node_embed_page_build() {
  drupal_add_css(drupal_get_path('module', 'node_embed') . '/plugins/node_embed/node_embed.css');
}