diff options
-rw-r--r-- | themes/trillian/images/logo.gif | bin | 0 -> 3687 bytes | |||
-rw-r--r-- | themes/trillian/images/logo.png | bin | 3625 -> 0 bytes | |||
-rw-r--r-- | themes/trillian/trillian.theme | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/themes/trillian/images/logo.gif b/themes/trillian/images/logo.gif Binary files differnew file mode 100644 index 000000000..69ef4c9be --- /dev/null +++ b/themes/trillian/images/logo.gif diff --git a/themes/trillian/images/logo.png b/themes/trillian/images/logo.png Binary files differdeleted file mode 100644 index 7f2c0f886..000000000 --- a/themes/trillian/images/logo.png +++ /dev/null diff --git a/themes/trillian/trillian.theme b/themes/trillian/trillian.theme index b55dcbb73..210b52950 100644 --- a/themes/trillian/trillian.theme +++ b/themes/trillian/trillian.theme @@ -22,7 +22,7 @@ <div style="background: #336699; color: #ffffff; border-top: 2px solid; border-bottom: 2px solid;"> <table border="0" cellspacing="0" cellpadding="0"> <tr> - <td align="left" valign="top"><a href="<?php echo path_uri(); ?>"><img src="themes/trillian/images/logo.png" alt="" border="0" /></a></td> + <td align="left" valign="top"><a href="<?php echo path_uri(); ?>"><img src="themes/trillian/images/logo.gif" alt="" border="0" /></a></td> <td align="left" valign="middle"><div style="font-size: 200%; font-weight: bold;"><?php echo variable_get("site_name", "Drupal"); ?></div><i><?php echo variable_get("site_slogan", ""); ?></i></td> </tr> </table> |