drupal_theme__nested/template.php
Frederic G. MARAND 9f72baa29b Fixed dependency on being located in /themes.
- added _phptemplate_variables() for custom CSS stylesheet.
2012-02-26 22:59:31 +01:00

5 lines
No EOL
126 B
PHP

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