Revision beffa78a
Added by Jared Dillard over 9 years ago
src/usr/local/www/index.php | ||
---|---|---|
379 | 379 |
<div class="row"> |
380 | 380 |
<?php |
381 | 381 |
$columnWidth = 12 / $numColumns; |
382 |
$columnCounter = 0; |
|
383 | 382 |
|
384 | 383 |
for($i=1; $i<=$numColumns; $i++) { |
385 | 384 |
echo '<div class="col-md-' . $columnWidth . '" id="widgets-col' . $i . '">'; |
Also available in: Unified diff
no longer used