0
votes

I want to enable template path hints in admin panel. I know how to do it for the front end, but for back end?? I actually want to edit the admin panel .

Thanks in advance..

1

1 Answers

1
votes

YES this is woriking!!

 INSERT INTO `core_config_data` (`scope`, `scope_id`, `path`, `value`)
   VALUES ('websites', '0', 'dev/debug/template_hints', '1');