Parent Directory
|
Revision Log
|
Revision Graph
modified for drupal 5.x compatibility
| 1 | <?php |
| 2 | function refresh_regions() { |
| 3 | return array( |
| 4 | 'left' => t('left sidebar'), |
| 5 | 'content' => t('content') |
| 6 | ); |
| 7 | } |
| 8 | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |