From a0b2d09125d7911656fe4cb286f20643c4432281 Mon Sep 17 00:00:00 2001 From: Marek Laane Date: Sun, 12 Oct 2014 10:54:11 +0300 Subject: Updated Estonian translation --- donators.inc.php | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 donators.inc.php (limited to 'donators.inc.php') diff --git a/donators.inc.php b/donators.inc.php deleted file mode 100644 index 458b1710c..000000000 --- a/donators.inc.php +++ /dev/null @@ -1,52 +0,0 @@ -'; - foreach ($people as $p) - $html .= sprintf('
  • %s
  • ', $p); - $html .= ''; - - return $html; -} - -/** -*/ -function html_orgs_list($orgs) -{ - $html = ''; - - return $html; -} - -- cgit v1.2.1