There are no results for your search.'; } $contents = "
Query results
"; $header = array(t('name'), t('type'), t('size'), t('author'), t('last modified')); $contents .= theme('table', $header, $rows); return $contents; } /** * Theme function for query result pager */ function theme_cmis_query_pager($query, $p) { $base_search_url = 'cmis/query/'. urlencode($query) .'/'; $next_p = $p+1; $prev_p = $p-1; $contents .= '