The usual rule of thumb in web development is that styling (css, javascript etc...) should be done primarily inside of themes. However when you are working with the Drupal Features module there are situations where it doesn't make sense to package up a view into Features if you can't accompany it with its formatting. Css is obviously very easy to add from within a view using drupal_add_js(), but what about the views templates?
↧