Just the be sure, before I continue beating my head against the wall… should I be able to override anything with a stylesheet uploaded through a themes settings panel? In other words, is it the last to load?
hmmm…
If all we’re talking about is the addition of
ksort($stylesheets);
ksort($scripts);
ksort($headers);
to ‘classes/template/PKPTemplateManager.inc.php’, my 3.0.2 stable from git already has that. I must have something else going on.
will continue to bang my head against wall,
v
As suspected, it was me being a fool. I’ve got to stop working late at night. Note to self, css comments are not the same as php comments and can have weird consequences if done improperly!
v