<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have moved a custom template from a Drupal 5 installation and added it to a bare bones Drupal 7 site.<div><br></div><div>I've run into a few issues, of course, but the most vexing for me right now is the inability to get the main content to show</div><div><br></div><div>render($page['content']); Doesn't produce any output.</div><div><br></div><div>Here's the line of code in the template file:</div><div><br></div><div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;?php print render($page['content']); ?&gt;</div></div><div><br></div><div>If I go to the user login page, for example, it doesn't show the form. I can get the tabs to show.</div><div><br></div><div>Doing a quick top-level dump of $page['content'] produces the following:</div><div><br></div><div><span class="Apple-style-span" style="font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif; font-size: 11px; line-height: 14px; ">system_main =&gt; Array&nbsp;<br>#sorted =&gt; 1&nbsp;<br>#theme_wrappers =&gt; Array&nbsp;<br>#region =&gt; content&nbsp;<br>#printed =&gt; 1&nbsp;<br>#children =&gt;</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif; font-size: 11px; line-height: 14px; "><br></span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif; font-size: 11px; line-height: 14px; ">Any hints greatly appreciated.</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif; font-size: 11px; line-height: 14px; "><br></span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif; font-size: 11px; line-height: 14px; ">John</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif; font-size: 11px; line-height: 14px; "><br></span></div></body></html>