From 4242e485c775a7678139212a88e5fc2aa100054d Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 9 Oct 2013 14:25:46 +0200 Subject: [PATCH] // Bootstrap design on getPath --- admin-dev/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/functions.php b/admin-dev/functions.php index c7a3fd68a..a8ea9d6fa 100644 --- a/admin-dev/functions.php +++ b/admin-dev/functions.php @@ -183,7 +183,7 @@ function getPath($urlBase, $id_category, $path = '', $highlight = '', $categoryT $name = ($highlight != null) ? str_ireplace($highlight, ''.$highlight.'', CMSCategory::hideCMSCategoryPosition($category->name)) : CMSCategory::hideCMSCategoryPosition($category->name); $edit = ' - Modify '; + '; if ($category->id == 1) $edit = '
  • ';