1
0
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:
Cameron
2012-12-17 12:14:52 -08:00
parent ed648b9ea4
commit 774f045828
2 changed files with 39 additions and 14 deletions

View File

@@ -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']);