From e1dcc3cb89727666f482176d788116a03c025f9b Mon Sep 17 00:00:00 2001 From: Greg Gay Date: Tue, 24 Aug 2010 19:37:56 +0000 Subject: [PATCH] remove commented code for old search field --- .../themes/default/home/index_course.tmpl.php | 25 ++----------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/docs/themes/default/home/index_course.tmpl.php b/docs/themes/default/home/index_course.tmpl.php index ae2679e..c397415 100644 --- a/docs/themes/default/home/index_course.tmpl.php +++ b/docs/themes/default/home/index_course.tmpl.php @@ -22,28 +22,7 @@ list($caller_url, $url_param) = Utility::getRefererURLAndParams(); if (isset($this->search_text)) $keywords = explode(' ', $this->search_text); ?> -
title; ?> @@ -86,7 +65,7 @@ if (isset($this->search_text)) $keywords = explode(' ', $this->search_text); $description = Utility::highlightKeywords($row['description'], $keywords); ?>
  • -

    + <?php echo _AT('my_authoring_course'); ?> @@ -108,7 +87,7 @@ if (isset($this->search_text)) $keywords = explode(' ', $this->search_text); <?php echo _AT('download_common_cartridge'); ?> -

    +
  • -- 2.17.1