inc/class/c.trending.php → inc/class/
themes/default/templates/modules/m.home_trending.tpl → themes/default/templates/modules/
themes/default/templates/modules/m.home_pins.tpl → themes/default/templates/modules/$smarty->assign("tsTopcat",$tsPosts->topcat());
}
}
$smarty->assign("tsTopcat",$tsPosts->topcat());
// TRENDING Y PINS
require_once TS_CLASS . 'c.trending.php';
$tsTrend = new tsTrending();
$smarty->assign('tsTrendingTags', $tsTrend->getTrendingTags(24, 15));
$smarty->assign('tsPinnedPosts', $tsTrend->getPinnedPosts(5));
}
}{include file='modules/m.home_tags_relevantes.tpl'}{include file='modules/m.home_pins.tpl'}
{include file='modules/m.home_trending.tpl'}