www/includes/db_profile_styles.php

changeset 296
69fadd1aded2
parent 217
318aab371497
child 716
57118e6a4bdb
equal deleted inserted replaced
295:cbace196bdbf 296:69fadd1aded2
100 'profile' => $row['profile'], 100 'profile' => $row['profile'],
101 'ingredients' => $row['ingredients'], 101 'ingredients' => $row['ingredients'],
102 'examples' => $row['examples'] 102 'examples' => $row['examples']
103 ); 103 );
104 } 104 }
105 header("Content-type: application/json");
105 echo json_encode($styles); 106 echo json_encode($styles);
106 } 107 }
107 ?> 108 ?>

mercurial