mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 02:21:58 +02:00
Page sublink navigation
This commit is contained in:
@@ -1464,6 +1464,11 @@ class e_navigation
|
||||
*/
|
||||
protected function isDynamic($row)
|
||||
{
|
||||
if(varset($row['link_sub']))
|
||||
{
|
||||
return $row['link_sub'];
|
||||
}
|
||||
|
||||
if(vartrue($row['link_function']))
|
||||
{
|
||||
list($path,$method) = explode("::",$row['link_function']);
|
||||
|
Reference in New Issue
Block a user