| #122 | $show_prev_next = isset($conf['show_prev_next']) && (int) $conf['show_prev_next'] ? true : false; |
| #123 | $prev_next_cid = isset($conf['cid']) ? (int) $conf['cid'] : intval($_GET['cid']); |
| #124 | $field_format = _int($conf, 'field_format', 0); |
| #125 | $pageoffset = _int($conf, 'pageoffset', 5); |
| #126 | $pageoffset_mobile = _int($conf, 'pageoffset_mobile', 0); |
| #127 | if ($pageoffset_mobile && is_mobile()) { |
| #128 | $pageoffset = $pageoffset_mobile; |
| #129 | } |
| #130 | $page_function = empty($conf['page_function']) ? 'pages' : $conf['page_function']; |
| #131 | $life = isset($conf['life']) ? (int) $conf['life'] : (isset($run->_cfg['life']) ? (int) $run->_cfg['life'] : 0); |