How can I theme the actual view rather than the carousel?
If i wanted to theme a view called myview that used the style table , i would create a template file called views-view-table--myview.tpl.php
What would need to be the template file for a viewcarousel style and is there a sample?
Comments
Comment #1
IbnDrupal commentedI may have answered my own question.
One needs to copy the the views-view-fields.tpl.php file from the views themes folder and put it in your current themes folder, renaming it views-view-fields--myview.tpl.php
Comment #2
mfer commented