|
|
|
@ -326,7 +326,7 @@ function atksHeaderRasse($type,$link,$fruchttyp) {
|
|
|
|
|
} else if($type == -1) { // TF's
|
|
|
|
|
$links[] = '<a href="index.php?as=info/attacken&type='.$type.'&fruchttyp=paramecia">Parameciafrüchte</a>';
|
|
|
|
|
$links[] = '<a href="index.php?as=info/attacken&type='.$type.'&fruchttyp=zoan">Zoanfrüchte</a>';
|
|
|
|
|
$links[] = '<a href="index.php?as=info/attacken&type='.$type.'&fruchttyp=zoan">Logiafrüchte</a>';
|
|
|
|
|
$links[] = '<a href="index.php?as=info/attacken&type='.$type.'&fruchttyp=logia">Logiafrüchte</a>';
|
|
|
|
|
}
|
|
|
|
|
echo implode(' - ', $links);
|
|
|
|
|
|
|
|
|
|