diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-06-01 23:17:05 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2002-06-01 23:17:05 +0000 |
commit | e128899832fecdb32a87d2cf760fbddf117e01d3 (patch) | |
tree | 7f6a9da69cb733bcfe7777819689607518023dbc | |
parent | 4a28077f468f0a688cd70f3b43e5ffc242bcb49a (diff) | |
download | brdo-e128899832fecdb32a87d2cf760fbddf117e01d3.tar.gz brdo-e128899832fecdb32a87d2cf760fbddf117e01d3.tar.bz2 |
Theme update:
Got rid of the drop.org logo's in the themes and replaced them with the Drupal logo.
-rw-r--r-- | themes/goofy/images/logo.png | bin | 21902 -> 18085 bytes | |||
-rw-r--r-- | themes/marvin/images/logo.gif | bin | 12153 -> 0 bytes | |||
-rw-r--r-- | themes/marvin/images/logo.png | bin | 0 -> 18085 bytes | |||
-rw-r--r-- | themes/marvin/marvin.theme | 2 | ||||
-rw-r--r-- | themes/unconed/images/logo.gif | bin | 12648 -> 0 bytes | |||
-rw-r--r-- | themes/unconed/images/logo.png | bin | 0 -> 18085 bytes | |||
-rw-r--r-- | themes/unconed/unconed.theme | 2 |
7 files changed, 2 insertions, 2 deletions
diff --git a/themes/goofy/images/logo.png b/themes/goofy/images/logo.png Binary files differindex 683c3d0a7..7d87aa99d 100644 --- a/themes/goofy/images/logo.png +++ b/themes/goofy/images/logo.png diff --git a/themes/marvin/images/logo.gif b/themes/marvin/images/logo.gif Binary files differdeleted file mode 100644 index 06ebd3c82..000000000 --- a/themes/marvin/images/logo.gif +++ /dev/null diff --git a/themes/marvin/images/logo.png b/themes/marvin/images/logo.png Binary files differnew file mode 100644 index 000000000..7d87aa99d --- /dev/null +++ b/themes/marvin/images/logo.png diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 65d94c6d9..b169c6ef4 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -65,7 +65,7 @@ <body text="#000000" bgcolor="#ffffff" alink="#cccccc" link="#665566" vlink="#665566"> <table border="0" cellpadding="8" cellspacing="0"> <tr> - <td><a href="index.php"><img src="themes/marvin/images/logo.gif" alt="" border="0" /></a></td> + <td><a href="index.php"><img src="themes/marvin/images/logo.png" alt="" border="0" /></a></td> <td> </td> </tr> <tr> diff --git a/themes/unconed/images/logo.gif b/themes/unconed/images/logo.gif Binary files differdeleted file mode 100644 index 637455468..000000000 --- a/themes/unconed/images/logo.gif +++ /dev/null diff --git a/themes/unconed/images/logo.png b/themes/unconed/images/logo.png Binary files differnew file mode 100644 index 000000000..7d87aa99d --- /dev/null +++ b/themes/unconed/images/logo.png diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 462832efc..a1e6683eb 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -70,7 +70,7 @@ <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="9" BGCOLOR="<?php print $this->cl80; ?>"> <TR> <TD COLSPAN="2"> - <TABLE BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BGCOLOR="<?php echo $this->brcolor1; ?>"><TR><TD ALIGN="CENTER"><TABLE BORDER="0" WIDTH="100%" CELLSPACING="1" CELLPADDING="4"><TR><TD ALIGN="CENTER" BGCOLOR="<?php echo $this->bgcolor2; ?>"><IMG SRC="themes/<?php print $this->themename; ?>/images/logo.gif" ALT="logo"></TD></TR></TABLE></TD></TR></TABLE> + <TABLE BORDER="0" WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BGCOLOR="<?php echo $this->brcolor1; ?>"><TR><TD ALIGN="CENTER"><TABLE BORDER="0" WIDTH="100%" CELLSPACING="1" CELLPADDING="4"><TR><TD ALIGN="CENTER" BGCOLOR="<?php echo $this->bgcolor2; ?>"><IMG SRC="themes/<?php print $this->themename; ?>/images/logo.png" ALT="logo"></TD></TR></TABLE></TD></TR></TABLE> </TD> </TR> <TR> |