provide a return path from settings pages
This commit is contained in:
@@ -19,10 +19,12 @@ class Network {
|
||||
function get() {
|
||||
|
||||
$features = self::get_features();
|
||||
$rpath = (($_GET['rpath']) ? $_GET['rpath'] : '');
|
||||
|
||||
$tpl = get_markup_template("settings_module.tpl");
|
||||
|
||||
$o .= replace_macros($tpl, array(
|
||||
'$rpath' => $rpath,
|
||||
'$action_url' => 'settings/network',
|
||||
'$form_security_token' => get_form_security_token("settings_network"),
|
||||
'$title' => t('Activity Settings'),
|
||||
|
Reference in New Issue
Block a user