From e8eb644876ef3a44c852a7fec157ac35a0cc18b9 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 19 May 2010 17:05:59 +0000 Subject: Custom index is deprecated by Site pages. These two provide the same functionality but in different ways, so just moving Custom Index to the plugins repo. git-svn-id: http://code.elgg.org/elgg/trunk@6098 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/custom_index/languages/en.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 mod/custom_index/languages/en.php (limited to 'mod/custom_index/languages/en.php') diff --git a/mod/custom_index/languages/en.php b/mod/custom_index/languages/en.php deleted file mode 100644 index 091297297..000000000 --- a/mod/custom_index/languages/en.php +++ /dev/null @@ -1,17 +0,0 @@ - "Latest bookmarks", - 'custom:groups' => "Latest groups", - 'custom:files' => "Latest files", - 'custom:blogs' => "Latest blog posts", - 'custom:members' => "Newest members", - 'custom:nofiles' => "There are no files yet", - 'custom:nogroups' => "There are no groups yet", - - ); - - add_translation("en",$english); - -?> \ No newline at end of file -- cgit v1.2.3