toanmg9x Posted July 18, 2014 Share Posted July 18, 2014 this is my code: class MyModuleController extends AdminController { public function __construct() { $this->bootstrap = true; parent::__construct(); } public function initContent() { parent::initContent(); }}mymodule.tpl: <h1>Hello world</h1> Now, I want to click on the tab, which will display the file contents are stored in mymodule.tpl Somebody can help me? (mymodule directories structure in attach file) 1 Link to comment Share on other sites More sharing options...
glampros Posted July 31, 2014 Share Posted July 31, 2014 I have the same problem Link to comment Share on other sites More sharing options...
vekia Posted August 1, 2014 Share Posted August 1, 2014 do you created new Tab object and installed in somewhere in menu? Link to comment Share on other sites More sharing options...
Recommended Posts