Parent Directory
|
Revision Log
|
Revision Graph
We now set site_404 to allow proper rendering of menu blocks and the theme's primary links.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * Implements hook_disable(). |
| 6 | */ |
| 7 | function blocks404_disable() { |
| 8 | if (variable_get('site_404', '') == BLOCKS404_PAGE) { |
| 9 | variable_set('site_404', ''); |
| 10 | } |
| 11 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |