Home
last modified time | relevance | path

Searched refs:included_pages (Results 1 – 2 of 2) sorted by relevance

/plugin/blog/syntax/
H A Dblog.php11 private $included_pages = array(); variable in syntax_plugin_blog_blog
128 if(!array_key_exists($entry['id'], $this->included_pages) || !$this->included_pages[$entry['id']]) {
129 $this->included_pages[$entry['id']] = true;
131 $this->included_pages[$entry['id']] = false;
/plugin/include/
H A Dhelper.php237 function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = array()) { argument
275 $this->_convert_instructions($ins, $lvl, $page, $sect, $flags, $root_id, $included_pages);
293 function _convert_instructions(&$ins, $lvl, $page, $sect, $flags, $root_id, $included_pages = array()) { argument
315 $this->adapt_links($ins, $page, $included_pages);
353 $this->adapt_links($ins[$i][1][0], $page, $included_pages);
543 * @param array $included_pages The array of pages that are included
545 private function adapt_links(&$ins, $page, $included_pages = null) { argument
576 if ($ins[$i][0] == 'internallink' && !empty($included_pages)) {
590 if (array_key_exists($link_id, $included_pages)) {
599 $ins[$i][1] = array('include_locallink', array($included_pages[
[all...]