MyBB Community Forums

Full Version: Relative path to custom header include for coppermine
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where can I find the headerinclude?

MyBB is located at ./
Coppermine is located at ./gallery

Quote:Path to custom header include

Optional relative path to a custom header file. Using this option, you can include non-coppermine code bits to be included into your theme, e.g. an overall navigation that gets included on your whole website. You can only add a relative path (seen from the root path of your coppermine install) - not an absolute one, nor a http include from another website. This option is only meant for experienced users who have some PHP know-how.

Warning: you mustn't include full html pages that contain an html header or footer (tags like <head> or <body>), nor can the included file do file header manipulation, e.g. reading another (non-coppermine) cookie.

[cpg1.4.0 or better required]
If it is about the skin, then what u need form the header include is only this part
<link rel="stylesheet" type="text/css" href="css.php?theme=$theme[tid]" />

you only need to modify the css.php path.

regards