Ver Fonte

Merge pull request #4 from abretaud/theme_warn

It should be fine to remove the mention of Tripal theme all together since it was never distributed with Tripal 2.x/Drupal 7.x.
Lacey-Anne Sanderson há 8 anos atrás
pai
commit
c624e39393
1 ficheiros alterados com 0 adições e 2 exclusões
  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');