Subversion-Projekte lars-tiefland.ci

Revision

Revision 445 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<?php

/**
 * @author Lars Tiefland
 * @copyright 2016
 */

class Versand_uebersicht extends CI_Controller
{
        public function __construct()
        {
                parent::__construct();
        }

        function index()
        {
                $this->smarty->view('versand_uebersicht.tpl');
        }
}

?>