# HG changeset patch # User Dan # Date 1240180535 14400 # Node ID 32a43ae3649b844e945726c4d1f0af2bb74b425a # Parent 5d9060b4253f50e2046ae60cffdec5ac0b4e9692 Fixed path to wrong line image in admin CP nav tree diff -r 5d9060b4253f -r 32a43ae3649b plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Sat Apr 18 23:03:36 2009 -0400 +++ b/plugins/SpecialAdmin.php Sun Apr 19 18:35:35 2009 -0400 @@ -2191,7 +2191,7 @@ // other possible values are: _blank, _parent, _search, _self and _top 'icon_e' : '/images/icons/empty.gif', // empty image - 'icon_l' : '/images/spacer.gif', // vertical line + 'icon_l' : '/images/icons/line.gif', // vertical line 'icon_32' : '/images/spacer.gif', // root leaf icon normal 'icon_36' : '/images/spacer.gif', // root leaf icon selected 'icon_48' : '/images/spacer.gif', // root icon normal