Confluence 5.6 has reached end of life
Check out the [latest version] of the documentation
If you'd like to change the appearance of a specific page, you can modify the corresponding Velocity template. Here's how to find out which one:
<baseUrl>/administrators.action
.Open xwork.xml. Search the file for the name of the action corresponding to the page you'd like to modify. You'll see an entry like:
<action name="administrators" class="com.atlassian.confluence.user.actions.AdministratorsAction"> <interceptor-ref name="defaultStack"/> <result name="success" type="velocity">/administrators.vm</result> </action>
For details on how to configure the file, check the Velocity Template Overview.