diff --git a/Templates/links.tpl b/Templates/links.tpl index 530bb414..ae33f4bc 100644 --- a/Templates/links.tpl +++ b/Templates/links.tpl @@ -30,8 +30,10 @@ foreach($links as $link) { } echo '●'; + if($session->plus == 0) { echo "buy Plus"; } else { echo '' . $link['name'] . $external . ''; } +} print ''; } ?>