| 42 | === Themes === |
| 43 | Ensure these files are writable by the webserver: |
| 44 | {{{ |
| 45 | chown www-data /path/to/web2py/applications/sahana/static/scripts/tools |
| 46 | chown www-data /path/to/web2py/applications/sahana/static/styles/S3/sahana.css |
| 47 | chown www-data /path/to/web2py/applications/sahana/static/styles/S3/sahana.min.css |
| 48 | }}} |
| 49 | Colour scheme: |
| 50 | * select using Admin Panel |
| 51 | |
| 52 | Logo: |
| 53 | * copy new logo to {{{static/img}}} |
| 54 | * point to this using Admin Panel |
| 55 | |
| 56 | Footer: |
| 57 | * copy new footer to {{{views/}}} |
| 58 | * point to this using Admin Panel |
| 59 | |
| 60 | DeveloperGuidelinesThemes |
| 61 | |