working mindnumbingly on the mars thing. there’s things i need to get around. like implementing additivity into certain functions, so that overwriting files won’t be needed. the problem is that some things are only required in certain templates… such as an additional layer of content in IE (to get around M$’s shitty implementation of CSS alpha filters). presently, they’re only really needed in a couple of the templates. but when someone adds a template, and it might need to change or add to the function that decides whether or not this additional content gets served up, the function either needs to be overwritten… or a detection system like i already have needs to use includes to inject extra variables.
the short version of it is that this shit is getting mad complicated.
my brain is getting numb from all this god damn logic.
