function genelayar() { $data['title'] = "Title"; $data['footer'] = "Footer"; return $data; }
<?php $gel = genelayar(); echo $gel['title']; ?>