Example #1
0
function delibera_timeline($post_id = false, $tipo_data = false)
{
    require_once __DIR__ . DIRECTORY_SEPARATOR . 'timeline/delibera_timeline.php';
    $timeline = new delibera_timeline();
    $timeline->generate($post_id, $tipo_data);
}
function delibera_timeline($post_id = false, $tipo_data = false)
{
    $timeline = new delibera_timeline();
    $timeline->generate($post_id, $tipo_data);
}