That's awesome, thanks Steve!
I'll play around with that tonight and see what I can accomplish :)
I see this a lot in the files:
<?php echo DIR_WS_"SOME_ZC_FOLDER_HERE"; ?> some html stuff here />
and I have a couple questions about it.
Understanding the code I'm modifying will go a long way in being able to answer my own questions.
Does the DIR=Directory?
What does the WS reference?
What is "?php echo DIR_WS" telling me about the folder and/or html stuff that follows it?
I see a lot of talk about PHP 'calling' stuff from files. Is that what the php echo string does - calls stuff?



