Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi everybody,
is there a simple possibility to add the same line which is at the end of every page between the site title and the content in the documentation theme?
Thanks.
You can customise theme's Page Layout (ie. page.vmd) to do that. For documentation theme, you'll need to edit confluence-install/confluence/WEB-INF/classes/com/atlassian/confluence/setup/atlassian-bundled-plugins.zip/doctheme-x.x.jar/doctheme/decorators/page.vmd. And add anything you want before where the content is:
<div class="wiki-content">$body</div>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.