Revision 97a096f1 docs/admin-guide.rst

b/docs/admin-guide.rst
1301 1301
  BRANDING_COMPANY_URL = 'https://www.company-ltd.synnefo.org/'
1302 1302

  
1303 1303

  
1304
**Copyright options:**
1304
**Copyright and footer options:**
1305 1305

  
1306 1306
By default, no Copyright message is shown in the UI footer. If you want to make
1307 1307
it visible in the footer of Astakos, Pithos and Cyclades UI, you can uncomment
......
1319 1319

  
1320 1320
  BRANDING_COPYRIGHT_MESSAGE = 'Copyright (c) 2011-2013 GRNET'
1321 1321

  
1322
If you want to include a custom message in the footer, you can uncomment and 
1323
set the ``BRANDING_FOOTER_EXTRA_MESSAGE`` setting. You can use html markup. 
1324
Your custom message will appear  above Copyright message at the Compute 
1325
templates and the Dashboard UI.
1326

  
1327
.. code-block:: python
1328

  
1329
  #BRANDING_FOOTER_EXTRA_MESSAGE = ''
1330

  
1322 1331

  
1323 1332
**Images:**
1324 1333

  

Also available in: Unified diff