I have a block view which filters for a specifiy content-type. I’d like to fully style it myself and also write the html myself it outputs. So I went and created the file views-view-fields-header-image-slider–block.tpl.php in /templates.
Now, I do have the $view object but no $field etc. Also var_dump($view->field['description_title']);
result in Null.
I’m a bit confused how I can access the fields nor properly so I can render the image + description and all the other stuff.