query_first("SELECT image_name, image_background, content FROM cp_pages WHERE name='ppos' LIMIT 1"); $content = $contents['content']; $inspir_color = $contents['image_background']; $inspir_image = $contents['image_name']; include("header.php"); include("standard_block_start.php"); $ppos_raw = $db->query("SELECT id, name, logo, url, `desc` FROM cp_ppos ORDER BY name ASC"); $ppos = array(); while($ppo = $db->fetch_array($ppos_raw)) { $ppos[] = $ppo; } ?>