- updated the forgotten theme: theme Jeroen doesn't render 100% correct in Netscape btw - it is certainly not due to my changes. I have this feeling that there is an unclosed tag somewhere.

- all these themes are getting a pain to maintain but I guess nothing we can do about it.  Hopefully the theme API is about to stabalize soon.  In future, we should certainly keep the number of "supported" below 10 so as so we have, say, 11 themes I suggest to kick out the one that is less interesting.  It will then become an "unsupported theme" available through drop.org/drupal but maybe not in prime condition.  It think we'll have our hands full with 10 themes already.  It is really the max IMHO.  Comments/suggestions/noding heads?
3-00
Dries Buytaert 2001-04-16 19:54:08 +00:00
parent 6a71425ebc
commit a637313205
1 changed files with 4 additions and 8 deletions

View File

@ -79,7 +79,7 @@
} // close header function
function story($story, $reply = 0) {
function story($story, $main = 0) {
?>
@ -118,7 +118,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></B>";
<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>";
?>
@ -130,7 +130,7 @@
<?php
echo "<br />". check_output($story->abstract, 1) ."<br />";
if ($reply && $story->body)
if (!$main && $story->body)
echo "<br />". check_output($story->body, 1) ."<br />";
?>
@ -139,13 +139,9 @@
</tr>
<tr>
<td colspan="2" align="right">
<?php
if (!$reply)
if ($main)
echo "<FONT COLOR=\"#E09226\">". theme_morelink($this, $story) ."</FONT>";
else
echo "<FONT COLOR=\"#E09226\">". $reply ."</FONT>";
?>