Lullabot / windup

A Drupal starter theme
GNU General Public License v2.0
26 stars 8 forks source link

Issue #58: Updates template_preprocess_user(). #88

Closed carwin closed 8 years ago

carwin commented 8 years ago

Drupal 8 makes most of what we were doing in template_preprocess_user() somewhat obsolete. The theme hook suggestions in particular aren't needed. We even have a core suggestion for a user based on username.

I added some classes to the User wrapper in the template itself. There's an array in there people can add more classes to if needed.

There also aren't any classes we need to remove.