This block provides a set of buttons allowing users to customise font sizes on the page.
Settings are stored in the user's session, allowing them to persist between pages. Settings can also be saved to the database, allowing them to keep the settings even if they log out.
New feature 26/08/2009 - Added buttons to allow you to change the site's colour scheme.
Installation:
- Download the block and unzip to /blocks/ as normal, and go to the admin page to run the installation.
- Paste the following line of code into the header.html file of any themes you use on the site, just before </head>:
<!-- one-line patch to allow custom font sizes from block_accessibility --><link title="access_stylesheet" rel="stylesheet" href="<?php if($CFG->wwwroot != $CFG->httpswwwroot) {echo $CFG->httpswwwroot;} else {echo $CFG->wwwroot;} ?>/blocks/accessibility/userstyles.php" type="text/css" />
- Add the block to pages - you might want to make it sticky so that users can always find it in the same place.