| #512 | |
| #513 | |
| #514 | |
| #515 | |
| #516 | $cid = isset($conf['cid']) ? intval($conf['cid']) : (isset($_GET['cid']) ? intval($_GET['cid']) : 0); |
| #517 | $cids = empty($conf['cids']) ? '' : $conf['cids']; //多个cid 用,隔开 |
| #518 | $mid = isset($conf['mid']) ? max(2, intval($conf['mid'])) : (isset($_GET['mid']) ? max(2, intval($_GET['mid'])) : 2); |
| #519 | $dateformat = empty($conf['dateformat']) ? 'Y-m-d H:i:s' : $conf['dateformat']; |
| #520 | $titlenum = _int($conf, 'titlenum'); |
| #521 | $intronum = _int($conf, 'intronum'); |