In Drupal 6, specifying the theme engine in .info files was required:
engine = phptemplateIn Drupal 7, this line is no longer necessary because it is assumed by default. You may safely remove it from your .info file.
Copied from http://drupal.org/node/254940#engine
This is not mandatory for the update, but it is easy and makes the theme smaller.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1440968-tao-phptemplate-now-default-engine.patch | 709 bytes | barraponto |
Comments
Comment #1
barrapontoupdated tags
Comment #2
barrapontodone, quite straightforward.
Comment #3
coffeymachine commentedPatch committed to 7.x-3.x. Thanks!