$limit) { $output .= "
". pager_first(($tags[0] ? $tags[0] : t("first page")), $limit, $element, $attributes) ." | "; $output .= "". pager_previous(($tags[1] ? $tags[1] : t("previous page")), $limit, $element, 1, $attributes) ." | "; $output .= "". pager_list($limit, $element, ($tags[2] ? $tags[2] : 9 ), "", $attributes) ." | "; $output .= "". pager_next(($tags[3] ? $tags[3] : t("next page")), $limit, $element, 1, $attributes) ." | "; $output .= "". pager_last(($tags[4] ? $tags[4] : t("last page")), $limit, $element, $attributes) ." | "; $output .= "