Using Drupal 4.6
Hi all,
Perhaps someone can point me in the right direction. I've developed a simple 3-column theme that's working just fine except for one glitch: when I go into the administer pages, I see everything displayed in my center column but the top portion text and navigation tabs.
As far as I can tell, those elements should just be part of the $content spitout. I have $content embedded in its own < div > in my page.tpl.php with little formatting except for padding & type, and the < div > isn't floated, so I doubt it's my CSS? I tried eliminating the < h2 > segment I have placed directly above the $content just in case; no go. Yet when I switch to a default theme, say Kubrick, I can see the tabs and text as per normal.
Is there some variable or piece of tpl.php I've overlooked that governs the display of the explanatory text and tabbed top menu of the admin pages?
Here's the relevant piece of xhtml:
<div id="middle"><div class="column-in">
<h2 class="subtitle">un journal du jour</h2>
<?= $content ?>
</div></div>
A snapshot of the problem:
http://cpe-72-224-179-5.maine.res.rr.com/gazetteadmin.jpg
I've searched through other themes to see where I'm going wrong, but only see $content on them as well. Damndest thing; it's likely something really simple I'll kick myself for. Can someone advise me? Much obliged!