Loading data.
PAGE CONTENTS
Fluid Styled Content changes the behaviour of the layouts of file lists:
SELECT `uid`, `pid`, `header`, `layout`, `uploads_type` FROM `tt_content` WHERE `layout` > 0
UPDATE `tt_content` SET `uploads_type` = 1 WHERE `uploads_type` = 0 AND `layout` = 1; UPDATE `tt_content` SET `uploads_type` = 2 WHERE `uploads_type` = 0 AND `layout` > 1;