Topic: [1.4.3] Using Custom Header
In 1.4.3, the custom header function has been replaced by the custom logo function available in the theme options. The code for the custom header function file is still available in the 1.4.3 release. All you need to do is to include the file to use it again.
Simply include this line in functions.php:
require_once ARRAS_LIB . '/admin/custom-header.php';just before:
require_once ARRAS_LIB . '/launcher.php';