\documentclass{article}
\usepackage{ulem}
\pagestyle{headings}
\begin{document}
\part{Global constants and objects}
Horde applications work with a standard set of constants:

\begin{tabular}{|l|l|}
\hline
HORDE\_BASE & The filesystem location of Horde (defined in each application)\\
\hline
APP\_BASE & The filesystem location of the application\\
\hline
APP\_TEMPLATES & The filesystem location of the application's template files\\
\hline
APP\_VERSION & The version number of the application (not a CVS revision tag)\\
\hline
\end{tabular}
Applications work with a number of standard global variables and object:

\begin{tabular}{|l|l|}
\hline
\$conf & The configuration hash\\
\hline
\$prefs & The user preferences\\
\hline
\$browser & Information on the client browser\\
\hline
\$registry & The Horde Registry\footnote{http://example.com/index.php?page=Doc/Dev/Registry}\\
\hline
\$language & The user's preferred language\\
\hline
\end{tabular}
\end{document}
