Guest User

Untitled

a guest
Jan 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. $options = array(
  2. 'id' => 'area_text_custom',
  3. 'table' => 'views',
  4. 'field' => 'area_text_custom',
  5. 'relationship' => 'none',
  6. 'group_type' => 'none',
  7. 'admin_label' => '',
  8. 'empty' => TRUE,
  9. 'tokenize' => FALSE,
  10. 'content' => "My HTML Code with <iframe ... >",
  11. 'plugin_id' => 'text_custom',
  12.  
  13. );
  14. $view->setHandler('page_1', 'footer', 'area_text_custom', $options);
Add Comment
Please, Sign In to add comment