Hi there,
Was wondering how I would go about having the content of a side box changed based on the page being viewed in the main column.
Id guess at maybe this (pseudo-code)
if(page==advancedSearch)
{
sideBox1=categories.php;
sideBox2=newReleases.php;
}
Unsure where to put this code or of the actual practicalities of doing it :)
Any pointers would be much appreciated
Kez



