View Full Version : Missing border in main
bonfire
26th of December 2004 (Sun), 01:58
I am trying to customise a white background in the header.php instead of the default black. With the main index and other photo page in cream color, I notice there is a black shadow border line missing from the main page but present when linked to the photo pages. I am having a hard time looking for the place where i may insert the missing border. Can someone point me to the right file to edit?
Pekka
26th of December 2004 (Sun), 08:36
In pagetemplates/photo/default.php and pagetemplates/list/default.php you have a line
@include($toroot . "subheader.php");
to disable it, change it to
//@include($toroot . "subheader.php");
subheader.php in gallery root folder contains the code for the shadow line. I did it this way to demonstrate one method of bringing your own code to selected templates.
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.