Browse Source

nightly check in

Stephen Ficklin 11 years ago
parent
commit
1cbdfdbdbc
1 changed files with 3 additions and 6 deletions
  1. 3 6
      tripal_core/tripal_core.module

+ 3 - 6
tripal_core/tripal_core.module

@@ -576,9 +576,9 @@ function tripal_core_node_view_alter(&$build) {
           $path = theme('tripal_admin_message', array('message' => "Administrators, you can
             customize the way the content above is presented.  Tripal provides a template
             file for each block of content.  To customize, copy the template file to your
-            site's default theme and edit.  Currently, the content above is provided by
-            this template:
-            <br><br>$path
+            site's default theme, edit then " . 
+            l('clear the Drupal cache', 'admin/config/development/performance', array('attributes' => array('target' => '_blank'))) . ".  
+            Currently, the content above is provided by this template: <br><br>$path
           "));
         }
 
@@ -595,7 +595,4 @@ function tripal_core_node_view_alter(&$build) {
       }
     }
   }
-
-  //dpm($build);
-  //dpm($cache);
 }