I am displaying a large image in a front-page region. Currently I hook process_region in template.php, set a variable = theme(&#39;image&#39;), and print it. <div><br></div><div>I&#39;m thinking that rather than printing it from the hook, I&#39;d rather add it to $page[my_region_name] and let it get printed when the template prints render[my_region_name]. </div>
<div><br></div><div>Where do I add it, or what do I call to add it?  I tried doing things in the hook like $vars[page][my_region_name][content][] = $my_themed_image, but that doesn&#39;t work.</div>