cms/corpus_module/corpus.module
changeset 80 6e0272a9b3ca
parent 79 9224009d41cb
child 104 bd3747a1cd5f
equal deleted inserted replaced
79:9224009d41cb 80:6e0272a9b3ca
    42    ),
    42    ),
    43  );
    43  );
    44 
    44 
    45  drupal_add_html_head($element, 'ember_init');
    45  drupal_add_html_head($element, 'ember_init');
    46 
    46 
       
    47  drupal_add_js("https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1.1','packages':['treemap']}]}");
    47  drupal_add_js("{$path}/assets/vendor.js");
    48  drupal_add_js("{$path}/assets/vendor.js");
    48  drupal_add_css("{$path}/assets/vendor.css");
    49  drupal_add_css("{$path}/assets/vendor.css");
    49  drupal_add_css("{$path}/assets/{$app}.css");
    50  drupal_add_css("{$path}/assets/{$app}.css");
    50 
    51 
    51  drupal_add_js("{$path}/assets/{$app}.js", array('type' => 'file', 'scope' => 'footer'));
    52  drupal_add_js("{$path}/assets/{$app}.js", array('type' => 'file', 'scope' => 'footer'));