Anthony Bretaudeau %!s(int64=8) %!d(string=hai) anos
pai
achega
e4a085d523
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      tripal_core/tripal_core.module

+ 0 - 2
tripal_core/tripal_core.module

@@ -81,11 +81,9 @@ function tripal_core_init() {
   }
 
   // add some variables for all javasript to use for building URLs
-  $theme_dir = drupal_get_path('theme', 'tripal');
   $clean_urls = variable_get('clean_url', 0);
   drupal_add_js(
     " var baseurl  = '$base_url';
-      var themedir = '$theme_dir';
       var isClean  =  $clean_urls;",
     'inline', 'header');