function sheetnode_raw_plugin_style::init in Sheetnode 6
Same name and namespace in other branches
- 7.2 views/sheetnode_raw_plugin_style.inc \sheetnode_raw_plugin_style::init()
- 7 views/sheetnode_raw_plugin_style.inc \sheetnode_raw_plugin_style::init()
File
- views/
sheetnode_raw_plugin_style.inc, line 4
Class
Code
function init(&$view, &$display, $options = NULL) {
parent::init($view, $display, $options = NULL);
$this->feed_image = drupal_get_path('module', 'sheetnode') . '/images/socialtext.png';
}