In node.inc you're doing:
$default_picture = drupal_get_path('theme', 'stanley') . '/assets/images/user.png';
and it should be:
$default_picture = drupal_get_path('theme', 'radix_stanley') . '/assets/images/user.png';
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | default-user-photo-2247363-2-D7.patch | 592 bytes | mike.roberts |
Comments
Comment #1
shadcn commentedAh, we renamed the theme and missed this. I'll push a fix. Patch welcomed.
Comment #2
mike.roberts commentedSure, here you go :)
Comment #3
mike.roberts commentedComment #5
shadcn commentedFixed. Thanks Mike ^^