Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 846 Revision 1094
Zeile 6... Zeile 6...
6
	{
6
	{
7
		parent::__construct();
7
		parent::__construct();
8
	}
8
	}
9
	public function index()
9
	public function index()
10
	{
10
	{
-
 
11
		if (table_exists('alias'))
-
 
12
		{
-
 
13
			$this->smarty->assign('alias_url', true);
-
 
14
		}
11
		$this->smarty->view('toolbox.tpl');
15
		$this->smarty->view('toolbox.tpl');
12
	}
16
	}
13
}
17
}