aa215d8898e6f5cf7369af8fa99cfbe777696100
[mkdruding2.git] / template.php
1 <?php 
2 function mkdruding2_preprocess_page(&$vars, $hook) {
3   //wouold be nice to include this only during search hook
4   drupal_add_js(drupal_get_path('theme', 'mkdruding2') . '/mkdruding2.js');
5 }
6