Create a Theme interface and bind it to the container with a default implementation. this way it is easy to override the theme.
Additionally I have created a vie composer which will inject the theme instance into every of the current frontend views.
@slashplusweb feel free to extend with a bit template stuff.
Create a Theme interface and bind it to the container with a default implementation. this way it is easy to override the theme.
Additionally I have created a vie composer which will inject the theme instance into every of the current frontend views.
@slashplusweb feel free to extend with a bit template stuff.
resolves #43