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:
@@ -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) == '.')
|
||||
{
|
||||
|
Reference in New Issue
Block a user