LEPTON CMS 7.2.0
feel free to keep it strictly simple...
|
Go to the source code of this file.
Functions | |
get_parent_ids (int $iParentId) | |
Variables | |
if(!defined("SEC_FILE")) if(defined('LEPTON_PATH')) | else |
$root = $oneback | |
$level = 1 | |
get_parent_ids | ( | int | $iParentId | ) |
Function to get all parent page id's
int | $iParentId | - page ID |
Definition at line 49 of file function.get_parent_ids.php.
$level = 1 |
Definition at line 27 of file function.get_parent_ids.php.
$root = $oneback |
Definition at line 26 of file function.get_parent_ids.php.
while(($level< 10) &&(!file_exists($root.SEC_FILE))) if (file_exists( $root.SEC_FILE)) else |
Definition at line 24 of file function.get_parent_ids.php.