@@verze 3 @@sql CREATE TABLE `mod_clanky_clanek2kategorie` ( `idclanek` int(11) NOT NULL, `idkategorie` int(11) NOT NULL, PRIMARY KEY (`idclanek`,`idkategorie`) ) @@conf+:clanky_conf.php $povolit_vice_kategorii=true; @@reflection if (!isset($moduly["clanky"])) return "nelze"; eval(nactinastavenimodulu("clanky")); if (isset($povolit_vice_kategorii) and $povolit_vice_kategorii) return "ano"; return "ne";