From d03816e19554bb99bfc36a8ab51dc06b040a67d8 Mon Sep 17 00:00:00 2001 From: Greg Gay Date: Mon, 23 Aug 2010 20:29:37 +0000 Subject: [PATCH] changed delete lesson icon --- docs/themes/default/include/header.tmpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/themes/default/include/header.tmpl.php b/docs/themes/default/include/header.tmpl.php index 10715dc..33b1282 100644 --- a/docs/themes/default/include/header.tmpl.php +++ b/docs/themes/default/include/header.tmpl.php @@ -261,7 +261,7 @@ foreach ($this->top_level_pages as $page) {
  • - theme."/images/bookmark_remove.png"; ?>" title="" alt="" border="0" class="shortcut_icon"/> + theme."/images/delete.gif"; ?>" title="" alt="" border="0" class="shortcut_icon"/>
  • -- 2.17.1