5 lines
No EOL
126 B
PHP
5 lines
No EOL
126 B
PHP
<?php
|
|
function _phptemplate_variables($hook, $vars) {
|
|
drupal_add_css($vars['directory'] .'/nested.css');
|
|
return array();
|
|
} |