Registrate o inicia tu sesión para ver este contenidoinc/class/c.reacciones.php → inc/class/
inc/php/ajax/ajax.reacciones.php → inc/php/ajax/
themes/default/templates/modules/m.reacciones.tpl → themes/default/templates/modules/$smarty->assign("tsPost",$tsPost);// ── Reacciones ──
require_once TS_CLASS . 'c.reacciones.php';
$tsReac = new tsReacciones();
$smarty->assign('tsReacciones', $tsReac->getReacciones($tsPost['post_id']));
// ────────────────<div style="margin-top: 5px;">
<strong style="color: #333; font-size: 15px; display: block; line-height: 1;">{$tsPost.post_seguidores}</strong>
<span style="color: #999; font-size: 11px; text-transform: uppercase;">Seguidores</span>
</div>
</li>
</ul>
{include file='modules/m.reacciones.tpl'}DROP TABLE IF EXISTS p_reacciones;