@@verze 3 @@sql alter table mod_eshop_produkt_detail add title text, add description text, add keywords text alter table mod_eshop_kategorie_detail add title text, add description text, add keywords text alter table mod_eshop_znacka_detail add title text, add description text, add keywords text alter table mod_eshop_znacka add url text alter table mod_eshop_sestava_detail add title text, add description text, add keywords text @@conf+:eshop_conf.php $seo_eshop=true; @@reflection if (!isset($moduly["eshop"])) return "nelze"; eval(nactinastavenimodulu("eshop")); if (isset($seo_eshop) and $seo_eshop) return "ano"; return "ne";