annotate sites/all/modules/views/help/upgrading.html @ 2:b74b41bb73f0

-- Google analytics module
author danieleb <danielebarchiesi@me.com>
date Thu, 22 Aug 2013 17:22:54 +0100
parents ff03f76ab3fe
children
rev   line source
danielebarchiesi@0 1
danielebarchiesi@0 2 <h3>Updating templates</h3>
danielebarchiesi@0 3 If you have theme files for node-view-$viewname of comment-view-$viewname you have
danielebarchiesi@0 4 to convert them to node--view--$viewname or comment--view--$viewname.
danielebarchiesi@0 5
danielebarchiesi@0 6 <h4>Updating table templates</h4>
danielebarchiesi@0 7 The class variable was renamed to $classes. Additional if you want to add
danielebarchiesi@0 8 classes, you should add it to $classes_array and drupal will automatically convert it to the $classes string.