Community Documentation

How to make the 'sidebars' visible even when there's no visible block!

Last updated October 18, 2011. Created by Sree on February 20, 2007.
Edited by MGParisi, ronald_istos, jhodgdon. Log in to edit this page.

How to make the 'sidebars' visible even when there's no visible block!

open your page.tpl.php file :

<?php if ($sidebar_right) { ?><td id="sidebar-right">
      <?php print $sidebar_right ?>
    </td><?php } ?>

Change it to :

<td id="sidebar-right">
      <?php print $sidebar_right ?>
    </td><?php ?>

Follow similarly for other sidebar too!

About this page

Drupal version
Drupal 4.7.x
Audience
Themers

Archive

Drupal’s online documentation is © 2000-2012 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.
nobody click here