You are here

function sheetnode_raw_plugin_style::init in Sheetnode 6

Same name and namespace in other branches
  1. 7.2 views/sheetnode_raw_plugin_style.inc \sheetnode_raw_plugin_style::init()
  2. 7 views/sheetnode_raw_plugin_style.inc \sheetnode_raw_plugin_style::init()

File

views/sheetnode_raw_plugin_style.inc, line 4

Class

sheetnode_raw_plugin_style

Code

function init(&$view, &$display, $options = NULL) {
  parent::init($view, $display, $options = NULL);
  $this->feed_image = drupal_get_path('module', 'sheetnode') . '/images/socialtext.png';
}