Futher improved the redirect option to use return and stack the return path to take the user back to the original area from where they clicked away.
This commit is contained in:
@ -18,9 +18,9 @@ defined('_JEXEC') or die('Restricted access');
|
||||
defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
// set the defaults
|
||||
$items = $displayData->###LAYOUTITEMS###;
|
||||
$user = JFactory::getUser();
|
||||
$id = $displayData->item->id;
|
||||
$items = $displayData->###LAYOUTITEMS###;
|
||||
$user = JFactory::getUser();
|
||||
$id = $displayData->item->id;
|
||||
###LAYOUTITEMSHEADER###
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user