Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2374 Revision 2375
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
		var_dump($user);
-
 
98
		$this->smarty->view('header.tpl');
97
		$this->smarty->view('header.tpl');
-
 
98
		var_dump($user);
99
		$this->smarty->view('user_edit.tpl');
99
		$this->smarty->view('user_edit.tpl');
100
		$this->smarty->view('footer.tpl');
100
		$this->smarty->view('footer.tpl');
101
	}
101
	}
Zeile 102... Zeile 102...
102
 
102