Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2370 Revision 2371
Zeile 90... Zeile 90...
90
		$nav_pos = array(
90
		$nav_pos = array(
91
			"oben" => "oben",
91
			"oben" => "oben",
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
		if ($id)
-
 
96
		{
-
 
97
			$this->smarty->assign("nav_pos_sel", $nav_pos_sel);
95
		$this->smarty->assign("nav_pos_sel", $nav_pos_sel);
98
			$this->smarty->assign('user', $user);
96
		$this->smarty->assign('user', $user);
99
		}
-
 
100
		$this->smarty->view('header.tpl');
97
		$this->smarty->view('header.tpl');
101
		$this->smarty->view('user_edit.tpl');
98
		$this->smarty->view('user_edit.tpl');
102
		$this->smarty->view('footer.tpl');
99
		$this->smarty->view('footer.tpl');
103
	}
100
	}