Revision 829 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<?php
class Aktion extends CI_Controller
{
public function index()
$this->smarty->view('aktion.tpl');
}