From 9ce6d646ff718cd62f6434c9a4c94e450436612a Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 12 Oct 2014 12:27:45 +0300 Subject: Revert "Updated Estonian translation" This reverts commit a0b2d09125d7911656fe4cb286f20643c4432281. --- donators.inc.php | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 donators.inc.php (limited to 'donators.inc.php') diff --git a/donators.inc.php b/donators.inc.php new file mode 100644 index 000000000..458b1710c --- /dev/null +++ b/donators.inc.php @@ -0,0 +1,52 @@ +'; + foreach ($people as $p) + $html .= sprintf('
  • %s
  • ', $p); + $html .= ''; + + return $html; +} + +/** +*/ +function html_orgs_list($orgs) +{ + $html = ''; + + return $html; +} + -- cgit v1.2.1