error in setting.tpl

If you get the error...
CODE: SELECT ALL
Notice: Undefined variable: text_edit in /home/....../admin/view/template/setting/setting.tpl on line 29


The FIX...
In admin/controller/setting/setting.php on line 26 find...

CODE: SELECT ALL
           $data['heading_title'] = $this->language->get('heading_title');


After it Add...
CODE: SELECT ALL
          $data['text_edit'] = $this->language->get('text_edit');
 
  • 5 Users Found This Useful
這篇文章有幫助嗎?

相關文章

dashboard/admin area all messy.

If anyone is still having issues with odd admin screens, starting from the login, I found the...

remove "There are no products to list in this category."

undercatalog\language\english\product\category.php