function render_news($subject, $news, $info) {
global $locale;
if (!isset($_GET['readmore']) && $info['news_ext'] == "y") {
$devam="<table style='margin:4px 5px 0px 0px;' align='right'><tr><td>
<a class='button' href='".BASEDIR."news.php?readmore=".$info['news_id']."'> <span class='rightarrow icon'></span>".$locale['global_072']." .. </a>
</td></tr></table>"; }
function render_news($subject, $news, $info) {
global $locale;
if (!isset($_GET['readmore']) && $info['news_ext'] == "y") {
$devam="<table style='margin:4px 5px 0px 0px;' align='right'><tr><td>
<a class='button' href='".BASEDIR."news.php?readmore=".$info['news_id']."'>\n".$locale['global_072']."\n</a>
</td></tr></table>";
} else {
$devam="";
}
Category Forum
Official releases [Themes]Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions