page parents
This commit is contained in:
parent
6e7613b181
commit
325d6f79d5
|
@ -11,6 +11,8 @@ $pages = array();
|
||||||
$page = $Page = false;
|
$page = $Page = false;
|
||||||
|
|
||||||
// Array with pages order by parent
|
// Array with pages order by parent
|
||||||
|
// This variable is initializade only when the site is order by position
|
||||||
|
// This is for not degradate the peromance on blogs
|
||||||
/*
|
/*
|
||||||
array(
|
array(
|
||||||
PARENT => array(), // all parent pages
|
PARENT => array(), // all parent pages
|
||||||
|
|
Loading…
Reference in New Issue