Lost Header Template

kankan

Well-known member
Hello

When trying to Revert my header template
after pressing Restore Template, the template disappeared from the list
My forum header is now empty...

I recreated the template in my Flexile

Code:
<xen:hook name="header">
 
<div id="header">
    <xen:if is="@showRightContentArea"><xen:include template="right_content_area" /></xen:if>
    <xen:include template="logo_block" />
    <xen:include template="navigation" />
    <xen:if is="{$canSearch}"><xen:include template="search_bar" /></xen:if>
</div>
</xen:hook>

But nothing displays

I checked the logs :
  1. templates/header.620/delete (88.xxx.111.120) - there is 17 minutes
  2. templates/header.141/delete (88.xxx.111.120) - there is 17 minutes
Can i recover or my header is definitely lost ?

Thank you
 
Top Bottom