2015-04-23, 19:32:17
(This post was last modified: 2015-04-23, 19:49:15 by vanfruniken.)
(2013-08-28, 06:59:02)shawn_a Wrote: you are better off writing your own get nav function or using i18n plugins and a custom module as described on the plugins website
I second the request for an easy way to add style classes from external css files (e.g., in the uploads directory) on the client side (rather than having to dig into the css import provided by the theme)
Only for small page-local tweaks, of course, as orthogonal as possible to the aspects that are the terrain of themes. (As you imply, real style stuff conceptually belongs in the theme, and I agree)
An advantage is that one can keep such classes over theme switches.
A way for client side includes into the < head > section would already help (also for other things, such as including one's own javascript -legacy or otherwise-).