Removing hooks where we can from templates; one hook will probably have to stay;...
[squirrelmail.git] / templates / default / read_toolbar.tpl
index ce521501e712fa76c06bc5f50fed1f7e20980a38..2d6d8791ecb9b60621aadf90846f519f4b0cb7cb 100644 (file)
@@ -50,7 +50,7 @@ extract($t);
             } else {
                 # everything else follows this format...
                 ?>
- <a href="../src/printer_friendly_bottom.php<?php echo $link['URL']; ?>" target="_blank"><?php $link['Text']; ?></a>
+ <a href="../src/printer_friendly_bottom.php<?php echo $link['URL']; ?>" target="_blank"><?php echo $link['Text']; ?></a>
                <?php
             }
         } else {
@@ -67,4 +67,4 @@ extract($t);
         }
     }
  ?>
-</small>
\ No newline at end of file
+</small>