Browse Source

Changed path to pages for each blast type

E.Cannon 9 years ago
parent
commit
ea9b56a722
1 changed files with 5 additions and 5 deletions
  1. 5 5
      theme/blast_nucleotide_user_menupage.tpl.php

+ 5 - 5
theme/blast_nucleotide_user_menupage.tpl.php

@@ -35,25 +35,25 @@ local alignment search tool. J. Mol. Biol., 215, 403–410.</blockquote>
     <th>BLAST Program</th>
   </tr>
   <tr class= "blast-highlighted">
-    <td rowspan="2">Nucleotide</td>
     <td>Nucleotide</td>
-    <td><?php print l('blastn', 'blast/nucleotide/nucleotide');?>:
+    <td rowspan="2">Nucleotide</td>
+    <td><?php print l('blastn', './blast/nucleotide/nucleotide');?>:
       Search a nucleotide database using a nucleotide query.</td>
   </tr>
   <tr class="blast-highlighted">
     <td>Protein</td>
-    <td><?php print l('blastx', 'blast/nucleotide/protein');?>:
+    <td><?php print l('blastx', './blast/nucleotide/protein');?>:
       Search protein database using a translated nucleotide query.</td>
   </tr>
   <tr>
     <td  rowspan="2">Protein</td>
     <td>Nucleotide</td>
-    <td><?php print l('tblastn', 'blast/protein/nucleotide');?>:
+    <td><?php print l('tblastn', './blast/protein/nucleotide');?>:
       Search translated nucleotide database using a protein query.</td>
   </tr>
   <tr>
     <td>Protein</td>
-    <td><?php print l('blastp', 'blast/protein/protein');?>:
+    <td><?php print l('blastp', './blast/protein/protein');?>:
       Search protein database using a protein query.</td>
   </tr>
 </table>