session_start(); include 'inc/constants.php'; include 'inc/connect.php'; include 'inc/ps_pagination.php'; $sql = "select * from news where n_title_".$lang." <> '' order by n_created desc"; $pager = new PS_Pagination($db, $sql, 5, 5, "l=".$lang); $result = $pager->paginate(); ?>