In Drupal 6, specifying the theme engine in .info files was required:


engine = phptemplate

In 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.

Comments

barraponto’s picture

Issue tags: +Tao D7CX

updated tags

barraponto’s picture

Status: Active » Needs review
StatusFileSize
new709 bytes

done, quite straightforward.

coffeymachine’s picture

Status: Needs review » Fixed

Patch committed to 7.x-3.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit f636833 on 7.x-3.x, 8.x-3.x by CoffeyMachine:
    Issue #1440968 by barraponto: PHPTemplate is now the default theme...