template.php 126 B

12345
  1. <?php
  2. function _phptemplate_variables($hook, $vars) {
  3. drupal_add_css($vars['directory'] .'/nested.css');
  4. return array();
  5. }