You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds good. This will also be a good chance to test out the theme system.
It should be possible to just create a new folder in the themes directory
and change the theme in config. I'm guessing the theme system needs some
work to make that happen.
The one thing I'm sure of is that the theme() function will need to be
modified to check for overrides. This follows the drupal convention: for
example, theme_form() is defined by the core form system, but your theme
might override it by defining lemon_form() (if your theme is named
"lemon"). The theme() will check whether lemon_form() exists and fall back
to theme_form() if it doesn't.
I think it will be pretty, and I think I will be willing to do this.
The text was updated successfully, but these errors were encountered: