1
0
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:
secretr
2009-04-23 11:48:27 +00:00
parent 81d74dcea5
commit 9dd8ef496d

View File

@@ -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.'&nbsp;' : $caption;
while(substr($url, -1) == '.')