Quote:
Originally Posted by AlexanderT
Ted, I had a quick look at the latest version and discovered that you switched from the standard <if>...</else> structure to this $welcomehdr = '1' hack? Any reason for this?
|
That was the whole purpose of the last update. Most of the questions I'm getting these days is about extending welcome headers (which I should add is exactly what I want people to do). In any case, the if/else/if/else process becomes cumbersome with 10+ nested else statements, so I removed them and moved to this more modular version.
I don't expect this to have any negative impact but if you have any thoughts please share.
As a side note, this change was made to the 3.6 series version of this hack, the 3.5 version (this thread) was not changed.