/[drupal]/contributions/themes/ad_blueprint/template.php
ViewVC logotype

Contents of /contributions/themes/ad_blueprint/template.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download) (as text)
Thu Jul 17 07:38:50 2008 UTC (16 months, 1 week ago) by avioso
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -17 lines
File MIME type: text/x-php
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