mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
nav link fix
This commit is contained in:
@@ -1272,7 +1272,7 @@ class navigation_shortcodes extends e_shortcode
|
||||
|
||||
function sc_link_url($parm='')
|
||||
{
|
||||
return e107::getParser()->replaceConstants($this->var['link_url']);
|
||||
return e_BASE. e107::getParser()->replaceConstants($this->var['link_url'], TRUE, TRUE);
|
||||
}
|
||||
|
||||
function sc_link_image($parm='')
|
||||
|
Reference in New Issue
Block a user