Subversion-Projekte lars-tiefland.ci

Revision

Revision 2099 | Revision 2101 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2099 Revision 2100
Zeile 149... Zeile 149...
149
		$res = $GLOBALS["db_red"]->query($sql);
149
		$res = $GLOBALS["db_red"]->query($sql);
150
		while ($row = $res->unbuffered_row('array'))
150
		while ($row = $res->unbuffered_row('array'))
151
		{
151
		{
152
			$typen[$row['id']] = $row['name'];
152
			$typen[$row['id']] = $row['name'];
153
		}
153
		}
154
		$config{'base_url'} = $this->config->item('base_url').'/'.$this->get_link($father);
-
 
155
		$config['total_rows'] = $anz;
154
		$config['total_rows'] = $anz;
156
		$config['per_page'] = ITEMS_PER_PAGE;
155
		$config['per_page'] = ITEMS_PER_PAGE;
157
		$config['page_query_string'] = true;
156
		$config['page_query_string'] = true;
158
		//$config['use_page_numbers'] = true;
157
		//$config['use_page_numbers'] = true;
159
		$config['cur_tag_open'] = '&nbsp;[&nbsp;<b>';
158
		$config['cur_tag_open'] = '&nbsp;[&nbsp;<b>';