mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
nextprev SC multi-language fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
global $pref;
|
||||
$e107 = e107::getInstance();
|
||||
|
||||
include_lan(e_LANGUAGEDIR.'English/lan_np.php');
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_np.php');
|
||||
$parm_count = substr_count($parm, ',');
|
||||
|
||||
while($parm_count < 5)
|
||||
@@ -21,6 +21,8 @@ $pagetitle = explode('|',trim($p[5]));
|
||||
|
||||
if($total_items < $perpage) { return ''; }
|
||||
|
||||
|
||||
|
||||
$caption = (!$caption || $caption == 'off') ? NP_3.' ' : $caption;
|
||||
|
||||
while(substr($url, -1) == '.')
|
||||
|
Reference in New Issue
Block a user