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

Corrected last commit.

This commit is contained in:
Cameron
2013-10-31 18:35:04 -07:00
parent cf1e04be96
commit 8915a2f406

View File

@@ -1675,12 +1675,14 @@ class navigation_shortcodes extends e_shortcode
$url = $this->var['link_url'];
}
$url = $tp->replaceConstants($url, 'full', TRUE);
if(strpos($url,"{") !== false)
{
$url = $tp->parseTemplate($url, TRUE); // BC Fix shortcode in URL support - dynamic urls for multilanguage.
}
return $tp->replaceConstants($url, 'full', TRUE);
return $url;
}
function sc_link_open($parm = '')