Skip to content

Commit

Permalink
removed commented old block widths definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
urs_hunkler committed Mar 7, 2007
1 parent 52a84d9 commit e92c4dc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions blog/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
error('The course number was incorrect ('. $courseid .')');
}

// Bounds for block widths within this page
// define('BLOCK_L_MIN_WIDTH', 160);
// define('BLOCK_L_MAX_WIDTH', 210);
// define('BLOCK_R_MIN_WIDTH', 160);
// define('BLOCK_R_MAX_WIDTH', 210);

// Bounds for block widths
// more flexible for theme designers taken from theme config.php
$lmin = (empty($THEME->block_l_min_width)) ? 160 : $THEME->block_l_min_width;
Expand Down

0 comments on commit e92c4dc

Please sign in to comment.