mpezzi / bootstrap

A Twitter Bootstrap base theme for Drupal.
26 stars 8 forks source link

Several theme overrides produce errors #6

Open fixed opened 11 years ago

fixed commented 11 years ago

Actually, mostly PHP Notices.

When the PHP error level is set to Notice, you can see that especially the form functions produce drupal messages in many places (from what I've seen, the functions try to access non-existent indices in arrays and such). This essentially leads to unusability as admin theme.

I'll roll up a patch as soon as possible for review