Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1062 Revision 1063
Zeile 58... Zeile 58...
58
		$nav_pos = array(
58
		$nav_pos = array(
59
			"oben" => "oben",
59
			"oben" => "oben",
60
			"links" => "links",
60
			"links" => "links",
61
			);
61
			);
62
		$this->smarty->assign("nav_pos", $nav_pos);
62
		$this->smarty->assign("nav_pos", $nav_pos);
63
		if (!$this->input->post('ID'))
63
		if ($this->input->post('ID'))
64
		{
64
		{
65
			$this->smarty->assign("nav_pos_sel", $nav_pos_sel);
65
			$this->smarty->assign("nav_pos_sel", $nav_pos_sel);
66
			$this->smarty->assign('user', $user);
66
			$this->smarty->assign('user', $user);
67
		}
67
		}
68
		$this->smarty->view('user_edit.tpl');
68
		$this->smarty->view('user_edit.tpl');