From 18ce799b074abf8ffd3c87f1222e6069b6ea22ad Mon Sep 17 00:00:00 2001 From: Moc Date: Mon, 8 Jul 2013 14:24:50 +0200 Subject: [PATCH] nextprev single shortcode LAN fix --- e107_core/shortcodes/single/nextprev.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) == '.') {