\n";
return $rt;
}
////////////////////////////////////////////////////////////////////////////////
///
/// \fn sortMenuList($menu)
///
/// \param $a - first item
/// \param $b - second item
///
/// \return -1 if $a['title'] < $b['title'], 0 if $a['title'] == $b['title'],
/// 1 if $a['title'] > $b['title']
///
/// \brief
///
////////////////////////////////////////////////////////////////////////////////
function sortMenuList($a, $b) {
return strcmp($a['title'], $b['title']);
}
////////////////////////////////////////////////////////////////////////////////
///
/// \fn getFooter()
///
/// \return string of html to go after the main content
///
/// \brief builds the html that goes after the main content
///
////////////////////////////////////////////////////////////////////////////////
function getFooter() {
global $totalQueries, $queryTimes, $debug, $totalQueryTime, $startload, $mode;
$rt = "";
$rt .= "
\n";
$rt .= "