From 86f11ca07b01cbda36e7a941eda8c9415f5dc623 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Sun, 10 Mar 2013 22:35:18 +0000 Subject: add urdu --- ur/downloads/get/definitions.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ur/downloads/get/definitions.php (limited to 'ur/downloads/get/definitions.php') diff --git a/ur/downloads/get/definitions.php b/ur/downloads/get/definitions.php new file mode 100644 index 000000000..28f2fa653 --- /dev/null +++ b/ur/downloads/get/definitions.php @@ -0,0 +1,18 @@ + $values) { + + echo '

', $section, '

'; + echo sprintf('

%s

  • %s
  • %s
', + $values['name'], + '$MIRROR/' . $values['path'] . $values['file'], + $values['size'] + ); + + echo '
'; +} \ No newline at end of file -- cgit v1.2.1