Parent Directory
|
Revision Log
|
Revision Graph
Fixing Legalities
| 1 | <?php |
| 2 | /** |
| 3 | * Override or insert PHPTemplate variables into the templates. |
| 4 | */ |
| 5 | function phptemplate_preprocess_page(&$vars) { |
| 6 | // Hook into color.module |
| 7 | if (module_exists('color')) { |
| 8 | _color_page_alter($vars); |
| 9 | } |
| 10 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |