Searched refs:pagestack (Results 1 – 1 of 1) sorted by relevance
84 $parentpage = empty(self::$pagestack)? $ID : end(self::$pagestack); // get correct namespace106 private static $pagestack = array(); // keep track of recursing template renderings variable in syntax_plugin_templater136 } else if (array_search($data[0], self::$pagestack) !== false) {146 self::$pagestack[] = $data[0]; // push this onto the stack208 array_pop(self::$pagestack); // pop off the stack when done