Possible Duplicate:
How to remove the top horizontal bar in fancyhdr?
I am working on my report and found one example.
\documentclass{report}
\usepackage{fancyhdr}
\renewcommand*\familydefault{\sfdefault}
\usepackage[T1]{fontenc}
\pagestyle{fancy}
\fancyfoot{}
\fancyfoot[LE,LO]{MY TEXT}
\renewcommand{\footrulewidth}{0.4pt}
\begin{document}
Foo Bar
\end{document}
This adds footer and header both. But I need only a footer, no header. How can I add footer only (no bar in header)?