Update Templates/links.tpl

This commit is contained in:
BrainiacX
2012-04-07 18:19:47 +04:00
parent 9774c8b947
commit 04a19d74ae
+2
View File
@@ -30,8 +30,10 @@ foreach($links as $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>';
}
}
print '</tbody></table>';
}
?>