/********* Do not edit this file *********/
/*
My Custom CSS - Maked by Salvatore Noschese
a.k.a. DarkWolf - http://www://darkwolf.it/
*/

function infinite_scroll_init() 
{
    add_theme_support('infinite-scroll', array('container' => 'content'));
}
add_action('after_setup_theme', 'infinite_scroll_init');