diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-06-19 08:24:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-06-19 08:24:14 +0000 |
commit | a42b84e5d690a82c897edf90b37045f0e3aa68a2 (patch) | |
tree | e0d622b76b9be7c136e15c844659583cd780dd9d /modules | |
parent | a9c560282b4f7b8b21695b304c8cc89402a8efd1 (diff) | |
download | brdo-a42b84e5d690a82c897edf90b37045f0e3aa68a2.tar.gz brdo-a42b84e5d690a82c897edf90b37045f0e3aa68a2.tar.bz2 |
First tab improvements by Adrian:
+ Changed menu.inc to generate two separate lists instead of nested lists:
that seems to be the only alternative to get rid of absolute positioning.
+ Changed the tabs code to be more sexy and put the code in misc/drupal.css
so all themes are automagically updated.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module index 09fa1801a..4dc82d346 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1660,4 +1660,4 @@ function _comment_per_page() { return drupal_map_assoc(array(10, 30, 50, 70, 90)); } -?>
\ No newline at end of file +?> diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 09fa1801a..4dc82d346 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1660,4 +1660,4 @@ function _comment_per_page() { return drupal_map_assoc(array(10, 30, 50, 70, 90)); } -?>
\ No newline at end of file +?> |