Merge pull request #7 from BrainiacX/patch-6

Update Templates/links.tpl
This commit is contained in:
yi12345
2012-04-07 07:24:51 -07:00
+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>';
}
?>