add custom header and custom footer

Hello,

Recently i've installed nuxeo 7.10 and I want to add a header div above default header and a footer div under default footer. I want to get something like this :

<div style="width:100%"> my organization logo </div>
<default_header_div> Home | Workspace | Search | Admin </default_header_div>

content
content
content

<default_footer_div> contact us | twitter | facebok | _</default___footer_div>
<custom_footer_div> university | who we are...<_/custom_foorter_div_>

I didn't found how to do it from nuxeo studio. I hope someone will be able to help me :)

Thanks all

0 votes

1 answers

1903 views

ANSWER



I've found the solution.

You have to override the template by creating a new bundle which contain a nuxeo.war file : https://doc.nuxeo.com/display/NXDOC/How+to+create+an+empty+bundle#Howtocreateanemptybundle-CreatethebasicprojectskeletonusingMaven

0 votes