mirror of
https://github.com/e107inc/e107.git
synced 2025-09-08 05:11:01 +02:00
Page support for single page with anchor navigation.
This commit is contained in:
@@ -1584,4 +1584,9 @@ class navigation_shortcodes extends e_shortcode
|
||||
|
||||
return $text;
|
||||
}
|
||||
|
||||
function sc_link_anchor($parm='')
|
||||
{
|
||||
return $this->var['link_name'] ? '#'.e107::getForm()->name2id($this->var['link_name']) : '';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user