Found it - sidebar.tpl located in the /default-php/ folder. Am I correct in assuming that, if a version of this file exists in my theme folder, it will be used in place of the default?
Also, what is proper procedure. I want to add several other DIVs to what is already there. Should I feel free to change the class ID's already used so they more closely resemble what I am about to add, or keep those already in use?
EDIT - It gets even worse!!!! I thought this would work, so I placed a copy of this file in my theme directory and added the <divs> I wanted.
When I saw it was not working, I deleted the file. However, it is as if the file is still there!!! When I view my source, the output is identical to the changes I made, but the file does not exist!!!!
Do not use or change anything in the 'default-php' directory. It'S for developers only. You should maybe actually delete the default-php directory so that you will not confuse it with any other files.
Use the file in the 'Default' directory for modification! sidebar.tpl is the right file
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Thanks Garvin. I found the right one but forgot to post a message. Also corrected the problem of the lingering effects by deleting the appropriate file from the templates_c folder.