By gleble on
I have been messing with themes and my sidebar has disappeared.
The offending page can be seen at
http://www.climatecalm.org/drupal/index.php?q=admin/build/block/list/blu...
I have the line
if ($left) {
print $left
}
in page.tpl.php so it must be the .css which can be seen at
http://www.climatecalm.org/drupal/themes/bluemarine/style.css
What have I done wrong?
Comments
missing bit
The transcription missed this bit out td id="sidebar-left"
For Drupal 5 $left should be
For Drupal 5 $left should be $sidebar_left.
$sidebar_left
Thanks, thought it might have been more complicated