removing undefined variable

This commit is contained in:
toyomoyo 2007-02-13 01:54:25 +00:00
parent e9fc2634a7
commit 86d345d5cd

View File

@ -175,7 +175,7 @@ if (!empty($SITE->fullname)) {
echo '</td>';
break;
case 'right':
if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) {
if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT)) {
echo '<td style="width: ' . $preferred_width_right . 'px;" id="right-column">';
if (!empty($THEME->roundcorners)) {
echo '<div class="bt"><div></div></div>';