Synopsis
A handy little Drupal plugin that let's users increase/decrease fonts with a single click
nb I tried the official drupalfont resizer, but could not get it working, on the off-chance that you have the same problem...
A handy little Drupal plugin that let's users increase/decrease fonts with a single click
nb I tried the official drupalfont resizer, but could not get it working, on the off-chance that you have the same problem...
Sometimes it is necessary to override the functionality of a particular module. You may wish to to customize some functionality but without hacking the core code of the module.
How do you do this ?
There are several ways, here is just one.....
As of drupal 5.x blocks are not processed on 403 and 404 error pages, instead the contents of the specified pages are used along with the site theme to create an error page (or simply the words 'page not found' if no error page has been specified).
This decision was a deliberate one....