summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJeroen Bensch <jeroen@44.no-reply.drupal.org>2001-04-16 20:39:12 +0000
committerJeroen Bensch <jeroen@44.no-reply.drupal.org>2001-04-16 20:39:12 +0000
commitcedbefc967cd5bef3dd606d6d5720b41818805ad (patch)
tree257aaaa09100907bbac3db8dc94461dc7b079dd3 /themes
parenta637313205447656af27ebf08a5078ba4002f94c (diff)
downloadbrdo-cedbefc967cd5bef3dd606d6d5720b41818805ad.tar.gz
brdo-cedbefc967cd5bef3dd606d6d5720b41818805ad.tar.bz2
I updated my theme, and changed something about the update Dries did. I think you left a <a href> there... But now it's OK. Also when I first looked at my theme it looked real ugly in NS .76, but then after some fiddling around, but restoring everything I changed it looked OK again. Weird. I haven't changed a thing. We'll see, if anything else happens make sure to let me know.
Diffstat (limited to 'themes')
-rw-r--r--themes/jeroen/jeroen.theme18
1 files changed, 10 insertions, 8 deletions
diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme
index e3d15db3e..003ae3560 100644
--- a/themes/jeroen/jeroen.theme
+++ b/themes/jeroen/jeroen.theme
@@ -22,6 +22,7 @@
*/
function header() {
+
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
@@ -31,8 +32,8 @@
<title><?php echo variable_get(site_name, "drupal"); ?> - Tears of technology</title>
<style type="text/css">
<!--
- BODY,P,DIV,LI,UL,td,EM,FONT,BLOCKQUOTE,FORM{font-size: 10pt; font-family:Helvetica,Lucida,sans-serif;}
- SMALL {font-size: 8pt;}
+ body,p,div,li,ul,td,em,FONT,BLOCKQUOTE,FORM{ font-size: 10pt; font-family: Helvetica,Lucida,sans-serif; }
+ SMALL { font-size: 10pt; }
-->
</style>
</head>
@@ -68,6 +69,7 @@
<td valign="top" align="right">
<?php
+
theme_blocks("left", $this);
?>
@@ -118,7 +120,7 @@
</FONT>
</td>
<td align=\"right\" background=\"themes/jeroen/images/menutitle.gif\" nowrap>
- <b><a href=\"search.php?category=". urlencode($story->section) ."\"><FONT COLOR=\"#000000\">". check_output($story->section) ."</FONT></a><a href=\"index.php?category=$story->cid\">". check_output($story->category) ."</a> / <a href=\"index.php?topic=$story->tid\">". check_output($story->topic) ."</a></b>";
+ <b><a href=\"index.php?category=$story->cid\">". check_output($story->category) ."</a> / <a href=\"index.php?topic=$story->tid\">". check_output($story->topic) ."</a></b>";
?>
@@ -236,12 +238,12 @@
?>
- <table width="100%" align="center" cellpadding="1" cellspacing="0" border="0">
+ <table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
- <td width="20" height="20" background="themes/jeroen/images/boxtopleft.gif" nowrap>&nbsp;</td>
+ <td background="themes/jeroen/images/boxtopleft.gif" width="20" height="20" border="0" nowrap>&nbsp;</td>
<td width="<?php echo $width; ?>" background="themes/jeroen/images/boxtop.gif">&nbsp;</td>
- <td background="themes/jeroen/images/boxtopmiddle.gif">&nbsp;</td>
- <td background="themes/jeroen/images/boxtop.gif">&nbsp;</td>
+ <td background="themes/jeroen/images/boxtopmiddle.gif" nowrap>&nbsp;</td>
+ <td background="themes/jeroen/images/boxtop.gif"nowrap>&nbsp;</td>
<td width="20" background="themes/jeroen/images/boxtopright.gif" nowrap>&nbsp;</td>
</tr>
<tr>
@@ -330,4 +332,4 @@
}
}
-?> \ No newline at end of file
+?>