Subversion-Projekte lars-tiefland.ci

Revision

Revision 829 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 829 Revision 1948
Zeile 1... Zeile 1...
1
<?php
1
<?php
-
 
2
 
2
    class Aktion extends CI_Controller
3
class Aktion extends CI_Controller
3
    {
4
{
4
        public function index()
5
	public function index()
5
	{
6
	{
6
	    echo "Aktionsverwaltung";
7
		$this->smarty->view('aktion.tpl');
7
	}
8
	}
8
    }
9
}