Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

http://confluence.atlassian.com/display/DOC/Editing+the+Footer - explains how to modify the property files inside of a jar file.

Instead, I just keep it simple, edit ./confluence/decorators/includes/footer-content.vm and comment the first instance of,

Code Block
$action.getText('licensefooter.community',[$action.getText('url.atlassian'), $action.getText('hitcounter.community'), $license.organisation])<br>

using #* text *#

Code Block
#*$action.getText('licensefooter.community',[$action.getText('url.atlassian'), $action.getText('hitcounter.community'), $license.organisation])*#<br>

Just refresh your browser to see the change take effect.