Line 88 in template.php
Is - $form['actions']['submit']['#src'] = drupal_get_path('theme', 'ninesixtyrobots') . '/images/search.png';
Should be - $form['actions']['submit']['#src'] = drupal_get_path('theme', 'ninesixtyrobots_omega') . '/images/search.png';
Also typo still remains in lines 91-92 template.php
ributes']['class'][] = 'btn';
}
As noted on the other issue these two lines should be deleted.
I'd have subbed a patch but "Remote branch master not found in upstream origin" on git clone
Cheers.
Comments
Comment #1
add1sun commentedThanks! I did a new point release that fixed both of these. The other issue just cleaned things up in theme-settings, and not template.php. :-/ Sorry bout that. As for the git clone, make sure that you are getting the 7.x-1.x branch for checkout. There is nothing in master, as that is a Drupal.org best practice, but the default on the Version control tab is for master.
Thanks again!