Closed 55 closed 8 years ago
Found this code in admin-lte.js:
Template.AdminLTE.helpers({ skin: function () { return 'blue'; } });
It works, it changes div class to skin name I specify, but not styles.
Is it possible some how to choose skins from client using this helper? We are building application and want users to change dashboard theme.
Found this code in admin-lte.js:
It works, it changes div class to skin name I specify, but not styles.
Is it possible some how to choose skins from client using this helper? We are building application and want users to change dashboard theme.