Reputation: 2597
I have simple line, but it doesn't work.
$this->getView($input->get('my_wiew', 'Sites', 'CMD'), 'HTML');
//some code
parent::display();
If i simple go to the url index.php?option=com_my_component&view=sites
i get my view, but by default it doesn't want to load.
Upvotes: 3
Views: 5277