From 04a19d74ae619f8dceddb523cec5e77cc06d1c15 Mon Sep 17 00:00:00 2001 From: BrainiacX Date: Sat, 7 Apr 2012 18:19:47 +0400 Subject: [PATCH] Update Templates/links.tpl --- Templates/links.tpl | 2 ++ 1 file changed, 2 insertions(+) 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 ''; } ?>