mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-17 16:51:00 +00:00
Update Templates/links.tpl
This commit is contained in:
@@ -30,8 +30,10 @@ foreach($links as $link) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo '<tr><td class="dot">●</td><td class="link">';
|
echo '<tr><td class="dot">●</td><td class="link">';
|
||||||
|
if($session->plus == 0) { echo "buy Plus"; } else {
|
||||||
echo '<a href="' . $link['url'] . '"' . $target . '>' . $link['name'] . $external . '</a></td></tr>';
|
echo '<a href="' . $link['url'] . '"' . $target . '>' . $link['name'] . $external . '</a></td></tr>';
|
||||||
}
|
}
|
||||||
|
}
|
||||||
print '</tbody></table>';
|
print '</tbody></table>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user