All pastes #2108569 Raw Edit

Something

public text v1 · immutable
#2108569 ·published 2012-02-01 09:43 UTC
rendered paste body
<? class precteteSi
{

    public function __construct()
    {
        $this->smarty = new Smarty;
    }

    public function index()
    {
        redirect();
    }
    
    public function anhydritovySamonivelacniPoter()
    {
        Page::header("Anhydritový samonivelační potěr ");
        $this->smarty->display("templates/prectete-si/anhydritovy-samonivelacni-poter.phtml");
    }
    
    public function vzdelavaniARozvojPracovnikuVOrganizaci()
    {
        Page::header("VZDĚLÁVÁNÍ A ROZVOJ PRACOVNÍKŮ V ORGANIZACI ");
        $this->smarty->display("templates/prectete-si/vzdelavani-a-rozvoj-pracovniku-v-organizaci.phtml");
    }
    
    public function trhlinyVBetonovychPodlahachAJejichOmezovani()
    {
        Page::header("TRHLINY V BETONOVÝCH PODLAHÁCH A JEJICH OMEZOVÁNÍ");
        $this->smarty->display("templates/prectete-si/trhliny-v-betonovych-podlahach-a-jejich-omezovani.phtml");
    }
}