diff --git a/e107_core/shortcodes/single/nextprev.php b/e107_core/shortcodes/single/nextprev.php index f7be74665..304ab8c64 100644 --- a/e107_core/shortcodes/single/nextprev.php +++ b/e107_core/shortcodes/single/nextprev.php @@ -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) == '.') {