{ // Load the stats cache. $stats = $cache->read('stats');
} $post_code_string = ''; if($mybb->user['uid']) { $post_code_string = '&my_post_key='.$mybb->post_code;
} eval('$boardstats = "'.$templates->get('index_boardstats').'";');