Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2379 Revision 2381
Zeile 92... Zeile 92...
92
			"links" => "links",
92
			"links" => "links",
93
			);
93
			);
94
		$this->smarty->assign("nav_pos", $nav_pos);
94
		$this->smarty->assign("nav_pos", $nav_pos);
95
		$this->smarty->assign("nav_pos_sel", $nav_pos_sel);
95
		$this->smarty->assign("nav_pos_sel", $nav_pos_sel);
96
		$this->smarty->assign('user', $user);
96
		$this->smarty->assign('user', $user);
97
		$this->smarty->view('user_edit_self.tpl');
97
		$this->smarty->view('user_edit.tpl');
98
	}
98
	}
Zeile 99... Zeile 99...
99
 
99
 
100
	public function save()
100
	public function save()
101
	{
101
	{