Lines Matching refs:ID
26 global $ID;
49 $meta = p_get_metadata($ID);
51 $head['meta'][] = array('property' => 'og:title', 'content' => tpl_pagetitle($ID, true));
54 $head['meta'][] = array('property' => 'og:url', 'content' => wl($ID, '', true, '&'));
82 'rel' => 'contents', 'href'=> wl($ID, 'do=index', false, '&'),
117 'href' => wl($ID, 'do=edit', false, '&')
132 'href'=> exportlink($ID, 'xhtml', '', false, '&')
139 'href'=> exportlink($ID, 'raw', '', false, '&')
148 if((time() - $INFO['lastmod']) >= $conf['indexdelay'] && !isHiddenPage($ID) ) {
153 $canonicalUrl = wl($ID, '', true, '&');
154 if ($ID == $conf['start']) {
173 $head['meta'][] = array('name'=> 'keywords', 'content'=> str_replace(':', ',', $ID));
322 global $ID;
328 $parts = explode(':', $ID);
424 global $ID;
436 $meta = p_get_metadata($ID, '', METADATA_RENDER_USING_CACHE);