I am having trouble adding an image to the ja_header_images array. I have five images working, but when I select the sixth menu item the first header image is displayed. I verified that the image I’m using in the sixth spot is a good image by switching the fifth and sixth images on line 20 of index.php.
Following is the configuration from index.php. The url is http://www.godandpeople.com/cms, and the image I’m having trouble with is prayer.jpg.
Any thoughts as to what I may be doing wrong or how to find this?
# TEMPLATE CONFIGURATIONS ##########
####################################
#support extra color themes
$ja_color_themes = array(‘default’); // You can add more color array if needed
#Header images: you can add more subheader images. Please refer to User Guide for full information
$ja_header_images = array(‘home.jpg’,’startHere.jpg’,’meetingNeeds.jpg’,’involved.jpg’,’interact.jpg’,’prayer.jpg’); // Each sub header image will be assigned to each menu
####################################
# Change the width of the template
$ja_width_default = ‘wide’; // ‘narrow’: 800×600; ‘wide’: widescreen
# default color
$ja_color_default = ‘default’; //blank for default, else pick one of in extra color themes $ja_color_themes