<? 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");
}
}