From 201c0c86270935dac0133da4424fb319c7333750 Mon Sep 17 00:00:00 2001 From: mvillagordo Date: Mon, 15 Dec 2014 12:04:48 +0100 Subject: [PATCH] Add call cistom-header file --- functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions.php b/functions.php index e8cc05974..0d2d8ba21 100644 --- a/functions.php +++ b/functions.php @@ -29,4 +29,7 @@ // Add theme support require_once('library/theme-support.php'); +// Add Header image +require_once('library/custom-header.php'); + ?>