title; $parent = $p->parent; $slug = $p->slug; echo ''. $title .'   •   '; } } /** * Innovation Settings * * This defines variables based on the theme plugin's settings * * @return bool */ function Innovation_Settings() { $file = GSDATAOTHERPATH . 'InnovationSettings.xml'; if (file_exists($file)) { $p = getXML($file); return $p; } else { return false; } }