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