From 5a57add03b77749db7d8187079f582ac9356191f Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 16 Apr 2008 16:56:21 +0000 Subject: Introducing search git-svn-id: https://code.elgg.org/elgg/trunk@479 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 7 +++++++ search/index.php | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 search/index.php diff --git a/languages/en.php b/languages/en.php index 4339d9be9..80ca5cc7a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -45,6 +45,13 @@ 'profile' => "Profile", + /** + * Search + */ + + 'search' => "Search", + 'searchtitle' => "Search: %s", + /** * Account */ diff --git a/search/index.php b/search/index.php new file mode 100644 index 000000000..cd5511b8b --- /dev/null +++ b/search/index.php @@ -0,0 +1,34 @@ + \ No newline at end of file -- cgit v1.2.3