Make capitalization consistent
[squirrelmail.git] / functions / page_header.php
index 00b6403237550efafe42328554ca4f72e2ef8949..17e1d1aac0319c6dcc1b0ae9cf7e6e7ed1037c1f 100644 (file)
@@ -178,14 +178,6 @@ function makeInternalLink($path, $text, $target='') {
     return create_hyperlink($base_uri . $path, $text, $target);
 }
 
-/**
- * Same as makeInternalLink, but echoes it too
- */
-function displayInternalLink($path, $text, $target='') {
-// FIXME: should let the template echo all these kinds of things
-    echo makeInternalLink($path, $text, $target);
-}
-
 /**
  * Outputs a complete SquirrelMail page header, starting with <!doctype> and
  * including the default menu bar. Uses displayHtmlHeader and takes