mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 15:54:43 +02:00
Closes Issue #38 - Next/Prev Template for admin area.
This commit is contained in:
@@ -2612,6 +2612,11 @@ class e_form
|
||||
$parms = 'total='.$total;
|
||||
$parms .= '&amount='.$amount;
|
||||
$parms .= '¤t='.$from;
|
||||
if(ADMIN_AREA)
|
||||
{
|
||||
$parms .= '&tmpl_prefix=admin';
|
||||
}
|
||||
|
||||
// NOTE - the whole url is double encoded - reason is to not break parms query string
|
||||
// 'np_query' should be proper (urlencode'd) url query string
|
||||
$url = rawurlencode($url.'?'.(varset($options['np_query']) ? str_replace(array('&', '&'), array('&', '&'), $options['np_query']).'&' : '').'from=[FROM]');
|
||||
|
Reference in New Issue
Block a user