Browse Source

Removed system information from blast node page

Lacey Sanderson 10 years ago
parent
commit
4e9e01b387
1 changed files with 0 additions and 1 deletions
  1. 0 1
      theme/node--blastdb.tpl.php

+ 0 - 1
theme/node--blastdb.tpl.php

@@ -97,7 +97,6 @@
 
     <table>
       <tr><th>Human-Readable Name</th><td><?php print $node->db_name; ?></td></tr>
-      <tr><th>Database Path</th><td><?php print $node->db_path; ?></td></tr>
       <tr><th>Database Type</th><td><?php print $node->db_dbtype; ?></td></tr>
     </table>