I need to change the header img with a banner I had made.
I figured I'd rename my img to the existing one.
The header-img.php file under /default them
Default_Theme
*/
/** @ignore */
$img = 'kubrickheader.jpg';
// If we don't have image processing support, redirect.
if ( ! function_exists('imagecreatefromjpeg') )
die(header("Location: kubrickheader.jpg"));
// Assign and validate t
So is the entire img called kubrick.jpg or is that just one part?
Help, please