Mercurial > hg > rr-repo
annotate sites/all/modules/views/help/upgrading.html @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
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. |