count(); $list = array(); $multi = ""; if ($count) { $list = C::tp_t('vote')->limit($start, $perpage)->select(); $theurl = DZZSCRIPT . "?" . url_implode($gets); $refer = urlencode($theurl . '&page=' . $page); $multi = multi($count, $perpage, $page, $theurl, 'pull-center'); } include template('index'); ?>