-= Зміни до sitemap.xml =- -= Зміни до DB =- CREATE TABLE IF NOT EXISTS `pc_Projects` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL, `location` varchar(255) NOT NULL, `image` varchar(255) NOT NULL, `introduction` text NOT NULL, `description` text NOT NULL, `featured` enum('n','y') NOT NULL, `added` datetime NOT NULL, `changed` datetime NOT NULL, PRIMARY KEY (`id`), KEY `type` (`featured`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ; INSERT INTO `pc_zz_DPageItemType` (`id`, `type`, `title`, `sorter`) VALUES (NULL , 'Projects_', 'Our Work', '17');