After upgrade footer and header nagivation links are missing

I have replaced this template file.

 

{* Top bar main *}
{block name=“frontend_index_top_bar_main”}
   

        {* Top bar main container *}
        {block name=“frontend_index_top_bar_main_container”}
           

                {* Top bar navigation *}
                {block name=“frontend_index_top_bar_nav”}
                   

                        {action module=widgets controller=index action=shopMenu}

                        {* Article Compare *}
                        {block name=‘frontend_index_navigation_inline’}
                            {if {config name=“compareShow”}}
                               

                                    {block name=‘frontend_index_navigation_compare’}
                                        {action module=widgets controller=compare}
                                    {/block}
                               

                            {/if}
                        {/block}

                        {* Service / Support drop down *}
                        {block name=“frontend_index_checkout_actions_service_menu”}
                           

                                {s namespace=‘frontend/index/checkout_actions’ name=‘IndexLinkService’}{/s}

                                {* Include of the widget *}
                                {block name=“frontend_index_checkout_actions_service_menu_include”}
                                    {include file=“widgets/index/menu.tpl” sGroup=left}
                                {/block}
                           

                        {/block}
                   
                {/block}
           

        {/block}
   

{/block}