Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 885 Revision 2091
Zeile 159... Zeile 159...
159
			"pos" => $posLinks,
159
			"pos" => $posLinks,
160
			"search" => $search,
160
			"search" => $search,
161
			"pagination_id" => $pagination_id,
161
			"pagination_id" => $pagination_id,
162
			"bilder" => $bilder,
162
			"bilder" => $bilder,
163
			);
163
			);
164
		$this->smarty->view('bilder.tpl', $data);
164
		$this->smarty->view('medienverwaltung.tpl', $data);
165
	}
165
	}
166
}
166
}