Hey,

I like this theme so here is my first attempt at the port. It works, no error that I saw. Just need to refine the template.php for the styling on button and other form elements.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jrsinclair’s picture

I will give this a go.

jrsinclair’s picture

Status: Needs review » Needs work
FileSize
6.08 KB

There are a few things that need re-working for form elements to work. Mostly, the way D7 calls the hook_FORMELEMENT() functions has changed. Where the D6 version received an $element array, the D7 function receives a $variables array that contains the $element array as a child.

I managed to get most elements working for the installation that I tried, but I did not look at them all. The attached file moves things further along, but it definitely needs work.