Forum OpenACS Development: Re: template::head::add_css problem

Collapse
Posted by Dave Bauer on
What I did for javascript was to by default, have no ordering. Optionally you could specify an ordering.

It would make sense for a package to use some sort of key ie:
package_key_${order} when doing the ordering.

This is how I got the richtext javascript to load in the correct order.

So for Zen CSS

we could have Zen_1 Zen_2 etc. and the zen theme would specify the loading order.

Collapse
Posted by Emmanuelle Raffenne on
Thanks Dave.

I added an order column to the link multirow and committed to oacs-5-4. I also changed lrn-master lib in theme-zen to use it.