[Tts-dev-commits] r67 - zen-tts
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Wed Jun 1 00:20:18 CEST 2011
Author: vjrj_
Date: 2011-06-01 00:20:17 +0200 (Wed, 01 Jun 2011)
New Revision: 67
Modified:
zen-tts/template.php
Log:
Modified: zen-tts/template.php
===================================================================
--- zen-tts/template.php 2011-05-31 22:05:10 UTC (rev 66)
+++ zen-tts/template.php 2011-05-31 22:20:17 UTC (rev 67)
@@ -127,9 +127,9 @@
function tts_preprocess_node_voice_map(&$vars, $hook) {
+ drupal_add_js(drupal_get_path('theme', 'tts') .'/jquery.nordz.heartBeat.js');
drupal_add_css(drupal_get_path('theme', 'tts') .'/voicemap.css');
drupal_add_js(drupal_get_path('theme', 'tts') .'/voicemap.js');
- drupal_add_js(drupal_get_path('theme', 'tts') .'/jquery.nordz.heartBeat.js');
$voicemap_constants = array(
More information about the Tts-dev-commits
mailing list