Subversion Repositories Sites.gentiana.org

Rev

Rev 43 | Rev 85 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 52
Line 92... Line 92...
92
        $res .= parcourrirAnnu('') ;
92
        $res .= parcourrirAnnu('') ;
93
    }
93
    }
94
    return $res;
94
    return $res;
95
}
95
}
Line 96... Line -...
96
 
-
 
97
//==============================================================================
96
 
98
// FUNCTION putFooter ()
-
 
99
//
97
function afficherContenuPied () {
100
// Generation of footer.
98
    $sortie  = 	'<p id="annuaire_pied_page">'.ANN_PIED_INFO.
101
//==============================================================================
-
 
102
 
99
					'<a href="mailto:'.ANN_PIED_MAIL.'">'.ANN_PIED_MAIL.'</a>.'.
103
function putFooter () {
100
				'</p>';
104
  return '&nbsp;';
101
    return $sortie;
105
}
102
}
106
?>
103
?>