diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-02 08:17:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-02 08:17:32 +0000 |
commit | a388735b57e5241887b11c766b771e9eaf2694fb (patch) | |
tree | 248bba45af8b6f180aa7501fe7cffe0b5f9493d4 | |
parent | 73de7628ed58d564dc7e5f5ae307ef9f7c08c2a6 (diff) | |
download | brdo-a388735b57e5241887b11c766b771e9eaf2694fb.tar.gz brdo-a388735b57e5241887b11c766b771e9eaf2694fb.tar.bz2 |
- removed all hardcoded references to "drop.org" from my theme
-rw-r--r-- | themes/marvin/marvin.theme | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index fad4e87a7..2393150c7 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -10,8 +10,6 @@ <HTML> <HEAD> <TITLE><? print $site_name; ?></TITLE> - <META NAME="description" CONTENT="drop.org"> - <META NAME="keywords" CONTENT="drop, weblog, portal, community, news, article, announcements, stories, story, computer, science, space, hype, cult, geek, nerd, foo, bar"> </HEAD> <STYLE type="text/css"> <!-- @@ -23,7 +21,7 @@ <TABLE BORDER="0" CELLPADDING="8" CELLSPACING="0"> <TR> <TD WIDTH="30" ROWSPAN="3"> </TD> - <TD><A HREF=""><IMG SRC="themes/marvin/images/logo.gif" ALT="drop.org" BORDER="0"></A></TD> + <TD><A HREF=""><IMG SRC="themes/marvin/images/logo.gif" ALT="" BORDER="0"></A></TD> <TD> </TD> </TR> <TR> |