Suche
Code: Alles auswählen
//
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
//$this_year=create_date('Y', time(), $board_config['board_timezone']);
$this_date = create_date('md', time(), $board_config['board_timezone']);
for($i = 0; $i < $total_posts; $i++)Code: Alles auswählen
//
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
$this_year=create_date('Y', time(), $board_config['board_timezone']);
$this_date = create_date('md', time(), $board_config['board_timezone']);
for($i = 0; $i < $total_posts; $i++)