Some weird going's on with the photo navigation
Using Jamroom
Yep that's it - I see what you are seeing locally here as well. I'll get it fixed.
Thanks!
<div class="container" style="background-image: url(http://yoursite.com/images/image.jpg);">

$tmp = jrCore_get_flag('my-custom-array');
$_rp = array(
'my_custom_array' => $tmp
);
$out = jrCore_parse_template('my-custom.tpl', $_rp, 'myModule');