In D7, in template.php, I'm hooking preprocess_page and setting a $vars[] variable = theme_button. <div><br></div><div>In a block, I have this:</div><div><br></div><div><?php global $signup_button; ?></div><div>
<div><div id="signup"><?php print $signup_button; ?></div></div></div><div><br></div><div>The button appears in the page source outside of those enclosing divs. What am I doing wrong?</div><div>
<br></div>