From 0c060be2b1e4df44f264501c171654806b952d61 Mon Sep 17 00:00:00 2001 From: Zeftax Date: Sat, 20 Jul 2024 13:27:48 +0200 Subject: [PATCH] Add quote --- docs/common/footer.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/common/footer.php b/docs/common/footer.php index 344d992..ebc7186 100755 --- a/docs/common/footer.php +++ b/docs/common/footer.php @@ -34,6 +34,9 @@ $quote_arr = [ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.", + "America is the only nation in history which miraculously has + gone directly from barbarism to degeneration without the + usual interval of civilization.", ]; $quote_author_arr = [ @@ -50,6 +53,7 @@ $quote_author_arr = [ "Anon (film)", "Ian Malcolm (Jurassic Park)", "Brian Kernighan", + "Georges Clemenceau", ]; ?>