get('home_link_path', ''); if (($path === '/' || empty($path)) && !empty($new_path)) { $path = '/' . $new_path; } return $path; } }