Hi again, I'm having another problem as you'd of guessed, basically I've added a header php file into my default theme folder, then used includes to add my header to all of the files withing this folder so that my header shows on the top of every album page, this works a treat and keeps the site looking right.
the problem is that the header shows up perfectly on every page, other than when you have more than one page of albums, when you move to say page 2 or 3 and so on the header doesn't appear, it momenterily shows a broken link icon then all is blank, have tried aiming the hrefs to different direction but with no luck, any ideas??
any help will be appreciated.
Comments
I'm loading it simply with the line:
`<?php include("header.php"); ?>`
in every script of my theme.