Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 842 Revision 846
Zeile 1... Zeile 1...
1
<?php
1
<?php
Zeile 2... Zeile 2...
2
 
2
 
3
class Toolbox extends CI_Controller
3
class Toolbox extends CI_Controller
-
 
4
{
-
 
5
	public function __construct()
-
 
6
	{
-
 
7
		parent::__construct();
4
{
8
	}
5
	public function index()
9
	public function index()
6
	{
10
	{
7
		$this->smarty->view('toolbox.tpl');
11
		$this->smarty->view('toolbox.tpl');
8
	}
12
	}