diff --git a/templates/ktcore/edit_lookuptrees.smarty b/templates/ktcore/edit_lookuptrees.smarty index 3d8790e..5fb07bc 100644 --- a/templates/ktcore/edit_lookuptrees.smarty +++ b/templates/ktcore/edit_lookuptrees.smarty @@ -14,12 +14,12 @@ list-style: none; } .kt_treenodes li.treenode > a.pathnode { - background: transparent url(/graphics/plus.png) center left no-repeat; + background: transparent url(/resources/graphics/plus.png) center left no-repeat; padding-left: 15px; } .kt_treenodes li.treenode.active > a.pathnode { - background: transparent url(/graphics/minus.png) center left no-repeat; + background: transparent url(/resources/graphics/minus.png) center left no-repeat; } .kt_treenodes li.active > ul {