Moin,
ich würde gerne aus dem klassischen Titel in Artikeln:
Theme:Titel verändern. DenLink zu vergleichbaren topics möchte ich weglassen. Allerdings wird mit dem "$title" auch das topic aufgerufen.
Wo kann ich das ändern.
http://test.derluecke.de
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
global $anonymous, $tipath;
echo ("<table border=\"0\" cellspacing=\"1\" cellpadding=\"4\">
<tr>
<td class=\"story_hg_oben\" height=\"28\">
<table heigth=\"20\" width=\"100%\">
<tr>
<td align=\"center\"><img src=\"themes/derluecke/images/logoklein.gif\"></td>
</tr>
<tr>
<td class=\"story_linie_oben_2\" height=\"1\"></td>
</tr>
</table>
<br>
<span class=\"headline\">$title</span><br>
");
echo ("
<tr>
<td class=\"story_hg_mitte\" valign=\"top\"><br>
<a href='modules.php?name=News&new_topic=$topic\"'><img src=$tipath$topicimage border=\"0\" Alt=\"$topictext\" align=\"right\" hspace=\"10\" vspace=\"10\"></a>");
FormatStory($thetext, $notes, $aid, $informant);
echo ("</td>
</tr>
<tr>
<td class=\"story_hg_unten\" align=\"right\" valign=\"top\"><BR>
$morelink<br>
</td>
</tr>
</table>");
So sieht es aus.
grüße
Olaf