query_first("SELECT image_name, image_background, content FROM cp_pages WHERE name='company' LIMIT 1"); $content = $contents['content']; $inspir_color = $contents['image_background']; $inspir_image = $contents['image_name']; include("header.php"); include("standard_block_start.php"); echo $content; include("standard_block_end.php"); include("footer.php"); ?>