1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +02:00

nextprev single shortcode LAN fix

This commit is contained in:
Moc
2013-07-08 14:24:50 +02:00
parent 9d031ee6e5
commit 18ce799b07

View File

@@ -395,7 +395,7 @@ function nextprev_shortcode($parm = '')
$caption = trim($p[4]);
$pagetitle = explode('|',trim($p[5]));
$caption = (!$caption || $caption == 'off') ? NP_3.' ' : $caption;
$caption = (!$caption || $caption == 'off') ? LAN_GOPAGE.' ' : $caption;
while(substr($url, -1) == '.')
{