Showing posts with label redirect from view.html. Show all posts
Showing posts with label redirect from view.html. Show all posts

Tuesday, May 1, 2012

Joomla redirect from view.html.php

If you ever want to redirect url from view of a component i.e. view.html.php simply use the following two lines:

$app =& JFactory::getApplication(); 
$app->redirect('index.php?option=com_mycomponent&view=default');