diff -urNp /home/nikita/drupal-5.0-beta1/themes/garland/page.tpl.php themes/garland/page.tpl.php --- /home/nikita/drupal-5.0-beta1/themes/garland/page.tpl.php 2006-10-31 22:55:17.000000000 +0800 +++ themes/garland/page.tpl.php 2006-11-11 20:17:09.000000000 +0800 @@ -42,13 +42,20 @@ } ?> - - - 'links primary-links')) ?> - - - 'links secondary-links')) ?> - + + + + + + diff -urNp /home/nikita/drupal-5.0-beta1/themes/garland/style.css themes/garland/style.css --- /home/nikita/drupal-5.0-beta1/themes/garland/style.css 2006-10-31 23:13:38.000000000 +0800 +++ themes/garland/style.css 2006-11-12 12:10:50.000000000 +0800 @@ -6,7 +6,28 @@ * If you use a customized color scheme, you must regenerate it after * modifying this file. */ +.clear-block:after { +content: "."; +display: block; +height: 0; +clear: both; +visibility: hidden; +} diff -urNp /home/nikita/drupal-5.0-beta1/themes/garland/template.php themes/garland/template.php --- /home/nikita/drupal-5.0-beta1/themes/garland/template.php 2006-10-31 23:13:38.000000000 +0800 +++ themes/garland/template.php 2006-11-11 21:32:19.000000000 +0800 @@ -63,11 +63,13 @@ function _phptemplate_variables($hook, $ } // Hook into color.module + /* if (module_exists('color')) { return _color_page_alter($vars); } + */ } - return array(); + return array($output); }