if ($vehicleCount > $vehiclePaginationLimit) {

            $GLOBALS['xoopsTpl']->assign('xoops_mpageurl', CARDEALER_URL . '/vehicle.php');
            xoops_load('XoopsPageNav');
            $pagenav = new \XoopsPageNav($vehicleCount, $vehiclePaginationLimit, $start, 'op=view&id');