mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Added link_active for use by e_sitelink custom dynamic navigation functions.
This commit is contained in:
@@ -1555,6 +1555,12 @@ class e_navigation
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($data['link_active'] == true) // Can be used by e_sitelink.php
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// XXX Temporary Fix - TBD.
|
// XXX Temporary Fix - TBD.
|
||||||
// Set the URL matching in the page itself. see: forum_viewforum.php and forum_viewtopic.php
|
// Set the URL matching in the page itself. see: forum_viewforum.php and forum_viewtopic.php
|
||||||
if(defined("NAVIGATION_ACTIVE") && !$data['link_sub'])
|
if(defined("NAVIGATION_ACTIVE") && !$data['link_sub'])
|
||||||
|
Reference in New Issue
Block a user